forked from pool/apache-commons-httpclient
d17b5fb839
Replace jakarta-commons-httpclient ( dead project ) OBS-URL: https://build.opensuse.org/request/show/150900 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-httpclient?expand=0&rev=1
35 lines
1.4 KiB
Diff
35 lines
1.4 KiB
Diff
--- build.xml 2007-08-18 05:02:14.000000000 -0400
|
|
+++ build.xml 2012-01-23 09:52:50.405796336 -0500
|
|
@@ -179,6 +179,7 @@
|
|
description="Compile shareable components">
|
|
<javac srcdir ="${source.home}/java"
|
|
destdir ="${build.home}/classes"
|
|
+ encoding ="ISO-8859-1"
|
|
debug ="${compile.debug}"
|
|
deprecation ="${compile.deprecation}"
|
|
optimize ="${compile.optimize}">
|
|
@@ -186,6 +187,7 @@
|
|
</javac>
|
|
<javac srcdir ="${source.home}/examples"
|
|
destdir ="${build.home}/examples"
|
|
+ encoding ="ISO-8859-1"
|
|
debug ="${compile.debug}"
|
|
deprecation ="${compile.deprecation}"
|
|
optimize ="${compile.optimize}">
|
|
@@ -197,6 +199,7 @@
|
|
description="Compile unit test cases">
|
|
<javac srcdir ="${test.home}"
|
|
destdir ="${build.home}/tests"
|
|
+ encoding ="ISO-8859-1"
|
|
debug ="${compile.debug}"
|
|
deprecation ="${compile.deprecation}"
|
|
optimize ="${compile.optimize}">
|
|
@@ -244,6 +244,7 @@
|
|
<mkdir dir="${dist.home}/docs/api"/>
|
|
<javadoc sourcepath ="${source.home}/java"
|
|
destdir ="${dist.home}/docs/api"
|
|
+ encoding ="ISO-8859-1"
|
|
packagenames ="org.apache.commons.*"
|
|
author ="true"
|
|
protected ="true"
|