updates to make code build with Java 6

This commit is contained in:
Eric J. Bowersox
2010-01-22 04:57:03 +00:00
parent 8088e4fba0
commit 74b7958bae
3 changed files with 92 additions and 1 deletions
+1 -1
View File
@@ -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"/>