target=1.3 and source=1.3, not target=1.1 and source=1.3

(this is what caused the runtime errors on sun jvms but not on kaffe)
((aka i slacked and didn't test sufficiently.  off with my head))
this now builds and runs fine in sun 1.3-1.5 jvms, as well as kaffe
This commit is contained in:
jrandom
2004-07-12 16:39:22 +00:00
committed by zzz
parent f2f26136c1
commit 7b9db07f13
11 changed files with 13 additions and 13 deletions

View File

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