blob: a586b6b6e7ef8f17a33244b287ef4ad6b42c4bfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- commons-httpclient-3.1.orig/build.xml 2007-08-18 04:02:14.000000000 -0500
+++ commons-httpclient-3.1/build.xml 2015-09-15 22:34:20.497911699 -0500
@@ -181,14 +181,16 @@
destdir ="${build.home}/classes"
debug ="${compile.debug}"
deprecation ="${compile.deprecation}"
- optimize ="${compile.optimize}">
+ optimize ="${compile.optimize}"
+ encoding="iso-8859-1">
<classpath refid="compile.classpath"/>
</javac>
<javac srcdir ="${source.home}/examples"
destdir ="${build.home}/examples"
debug ="${compile.debug}"
deprecation ="${compile.deprecation}"
- optimize ="${compile.optimize}">
+ optimize ="${compile.optimize}"
+ encoding="iso-8859-1">
<classpath refid="compile.classpath"/>
</javac>
</target>
|