summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a2414c7..a1feedf 100755
--- a/build.xml
+++ b/build.xml
@@ -100,7 +100,7 @@
</target>
<target name="compile" depends="init,prepareBuild,genData" description="Compile source">
- <javac debug="true" destdir="${classes.main.dir}">
+ <javac debug="true" destdir="${classes.main.dir}" source="1.4" target="1.4">
<compilerarg value="-Xlint:all,-unchecked,-serial"/>
<src path="${src.main.dir}"/>
<src path="${gen.main.src.dir}"/>