You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2006/12/12 16:35:43 UTC

svn commit: r486191 - in /jakarta/httpcomponents/httpcore/trunk: module-main/build.xml module-nio/build.xml

Author: rolandw
Date: Tue Dec 12 07:35:43 2006
New Revision: 486191

URL: http://svn.apache.org/viewvc?view=rev&rev=486191
Log:
added encoding UTF-8 to <javac> tasks

Modified:
    jakarta/httpcomponents/httpcore/trunk/module-main/build.xml
    jakarta/httpcomponents/httpcore/trunk/module-nio/build.xml

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/build.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/build.xml?view=diff&rev=486191&r1=486190&r2=486191
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/build.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/build.xml Tue Dec 12 07:35:43 2006
@@ -133,6 +133,7 @@
                debug       ="${compile.debug}"
                deprecation ="${compile.deprecation}"
                optimize    ="${compile.optimize}"
+               encoding    ="UTF-8"
                source      ="${compile.core.main.source}"
                target      ="${compile.core.main.target}"
                sourcepath  =""
@@ -154,6 +155,7 @@
                debug       ="${compile.debug}"
                deprecation ="${compile.deprecation}"
                optimize    ="${compile.optimize}"
+               encoding    ="UTF-8"
                source      ="${compile.core.main.source}"
                target      ="${compile.core.main.target}"
                sourcepath  =""
@@ -181,6 +183,7 @@
                debug       ="${compile.debug}"
                deprecation ="${compile.deprecation}"
                optimize    ="${compile.optimize}"
+               encoding    ="UTF-8"
                source      ="${compile.source}"
                target      ="${compile.target}"
                sourcepath  =""
@@ -204,6 +207,7 @@
                debug       ="${compile.debug}"
                deprecation ="${compile.deprecation}"
                optimize    ="${compile.optimize}"
+               encoding    ="UTF-8"
                source      ="${compile.source}"
                target      ="${compile.target}"
                sourcepath  =""
@@ -239,6 +243,7 @@
                debug       ="${compile.debug}"
                deprecation ="${compile.deprecation}"
                optimize    ="${compile.optimize}"
+               encoding    ="UTF-8"
                source      ="${compile.source}"
                target      ="${compile.target}"
                sourcepath  =""
@@ -275,6 +280,7 @@
                debug       ="${compile.debug}"
                deprecation ="${compile.deprecation}"
                optimize    ="${compile.optimize}"
+               encoding    ="UTF-8"
                source      ="${compile.source}"
                target      ="${compile.target}"
                sourcepath  =""

Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/build.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/build.xml?view=diff&rev=486191&r1=486190&r2=486191
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-nio/build.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-nio/build.xml Tue Dec 12 07:35:43 2006
@@ -115,6 +115,7 @@
                debug       ="${compile.debug}"
                deprecation ="${compile.deprecation}"
                optimize    ="${compile.optimize}"
+               encoding    ="UTF-8"
                source      ="${compile.source}"
                target      ="${compile.target}"
                sourcepath  =""
@@ -139,6 +140,7 @@
                debug       ="${compile.debug}"
                deprecation ="${compile.deprecation}"
                optimize    ="${compile.optimize}"
+               encoding    ="UTF-8"
                source      ="${compile.source}"
                target      ="${compile.target}"
                sourcepath  =""
@@ -167,6 +169,7 @@
                debug       ="${compile.debug}"
                deprecation ="${compile.deprecation}"
                optimize    ="${compile.optimize}"
+               encoding    ="UTF-8"
                source      ="${compile.source}"
                target      ="${compile.target}"
                sourcepath  =""