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:
parent
e827d0beb4
commit
a635964fc8
5 changed files with 13 additions and 13 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue