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