| 1234567891011121314 |
- Index: build.xml
- diff -Nau build.xml.orig build.xml
- --- build.xml.orig 2005-05-09 21:20:15.199960632 +0200
- +++ build.xml 2005-05-09 21:20:25.869999069 +0200
- @@ -162,6 +162,8 @@
- debug="${debug}"
- deprecation="${deprecation}"
- optimize="${optimize}"
- + source="${source}"
- + nowarn="${nowarn}"
- includeAntRuntime="false">
- <classpath refid="build.classpath"/>
- </javac>
|