Blame SOURCES/jakarta-commons-httpclient-encoding.patch

e9ef6f
--- build.xml	2007-08-18 05:02:14.000000000 -0400
e9ef6f
+++ build.xml	2012-01-23 09:52:50.405796336 -0500
e9ef6f
@@ -179,6 +179,7 @@
e9ef6f
           description="Compile shareable components">
e9ef6f
     
e9ef6f
            destdir     ="${build.home}/classes"
e9ef6f
+           encoding    ="ISO-8859-1"
e9ef6f
            debug       ="${compile.debug}"
e9ef6f
            deprecation ="${compile.deprecation}"
e9ef6f
            optimize    ="${compile.optimize}">
e9ef6f
@@ -186,6 +187,7 @@
e9ef6f
     </javac>
e9ef6f
     
e9ef6f
            destdir     ="${build.home}/examples"
e9ef6f
+           encoding    ="ISO-8859-1"
e9ef6f
            debug       ="${compile.debug}"
e9ef6f
            deprecation ="${compile.deprecation}"
e9ef6f
            optimize    ="${compile.optimize}">
e9ef6f
@@ -197,6 +199,7 @@
e9ef6f
           description="Compile unit test cases">
e9ef6f
     
e9ef6f
            destdir     ="${build.home}/tests"
e9ef6f
+           encoding    ="ISO-8859-1"
e9ef6f
            debug       ="${compile.debug}"
e9ef6f
            deprecation ="${compile.deprecation}"
e9ef6f
            optimize    ="${compile.optimize}">
e9ef6f
@@ -244,6 +244,7 @@
e9ef6f
     <mkdir dir="${dist.home}/docs/api"/>
e9ef6f
     
e9ef6f
              destdir      ="${dist.home}/docs/api"
e9ef6f
+             encoding     ="ISO-8859-1"
e9ef6f
              packagenames ="org.apache.commons.*"
e9ef6f
              author       ="true"
e9ef6f
              protected    ="true"