Go back to Java 1.4 compatibility. The few generics uses aren't worth it to require Java 1.5.

This commit is contained in:
hns 2008-10-17 09:14:36 +00:00
parent e827d0beb4
commit a635964fc8
5 changed files with 13 additions and 13 deletions

View file

@ -106,8 +106,8 @@
<replace file="${build.work}/src/helma/main/Server.java"
token="__builddate__" value="${TODAY}"/>
<javac srcdir="${build.work}/src"
source="1.5"
target="1.5"
source="1.4"
target="1.4"
destdir="${build.classes}"
debug="${debug}"
deprecation="${deprecation}"