summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 894256d7..5884e19f 100644
--- a/build.xml
+++ b/build.xml
@@ -69,13 +69,13 @@
</javac>
</target>
- <target name="compile14" depends="prepare">
+ <target name="compile16" depends="prepare">
<javac srcdir="${src.dir}"
destdir="${build.classes.dir}"
debug="on"
deprecation="on"
- source="1.4"
- target="1.4"
+ source="1.6"
+ target="1.6"
optimize="off"
includes="**">
<classpath refid="classpath"/>
@@ -154,7 +154,7 @@
to ${build.classes.dir}.</echo>
</target>
- <target name="jar" depends="compile14">
+ <target name="jar" depends="compile16">
<jar jarfile="${target.jar}" update="true" manifest="${src.dir}/META-INF/MANIFEST.MF">
<fileset dir="${build.classes.dir}">
<include name="**/*.class"/>