ganttproject.patch 394 B

1234567891011121314
  1. Index: build.xml
  2. diff -Nau build.xml.orig build.xml
  3. --- build.xml.orig 2005-05-09 21:20:15.199960632 +0200
  4. +++ build.xml 2005-05-09 21:20:25.869999069 +0200
  5. @@ -162,6 +162,8 @@
  6. debug="${debug}"
  7. deprecation="${deprecation}"
  8. optimize="${optimize}"
  9. + source="${source}"
  10. + nowarn="${nowarn}"
  11. includeAntRuntime="false">
  12. <classpath refid="build.classpath"/>
  13. </javac>