updates to make code build with Java 6
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
|
||||
<target name="compile" depends="buildprep">
|
||||
<javac srcdir="src" destdir="buildwork" debug="${compile.debug}" optimize="${compile.optimize}"
|
||||
deprecation="${compile.deprecation}" source="1.3" target="1.3">
|
||||
deprecation="${compile.deprecation}" source="1.5" target="1.5">
|
||||
<classpath>
|
||||
<pathelement location="buildwork"/>
|
||||
<path refid="base.build.path"/>
|
||||
|
||||
Reference in New Issue
Block a user