* Update javac source and target version to 1.5.

Fixes bug 609 <http://helma.org/bugs/show_bug.cgi?id=609>
This commit is contained in:
hns 2008-03-26 18:14:28 +00:00
parent 6bd3e78dfb
commit 4f30dc3c0e

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.4"
target="1.4"
source="1.5"
target="1.5"
destdir="${build.classes}"
debug="${debug}"
deprecation="${deprecation}"