added source and target declarations for the javac commands so we can build with the 1.5^W5.0 JDK

(also added deprecation, since, well, we can :)
This commit is contained in:
jrandom
2004-07-11 04:16:59 +00:00
committed by zzz
parent eb0e187a54
commit 3bc0e0fc8a
11 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@
<mkdir dir="./build/obj" />
<javac
srcdir="./src"
debug="true"
debug="true" target="1.1" source="1.3" deprecation="on"
destdir="./build/obj"
classpath="../../../core/java/build/i2p.jar:../../ministreaming/java/build/mstreaming.jar" />
</target>