ganttproject.patch 388 B

1234567891011121314
  1. Index: build.xml
  2. diff -Nau build.xml.orig build.xml
  3. --- build.xml.orig 2004-12-07 23:12:04.000000000 +0100
  4. +++ build.xml 2005-05-10 19:36:04.030015107 +0200
  5. @@ -163,6 +163,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>