aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/windows/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/windows/build.xml')
-rw-r--r--plugins/windows/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/windows/build.xml b/plugins/windows/build.xml
index a10d7cb..39435a1 100644
--- a/plugins/windows/build.xml
+++ b/plugins/windows/build.xml
@@ -9,7 +9,7 @@
</target>
<target name="compile" depends="init">
- <javac srcdir="src/java" destdir="classes" debug="true" deprecation="true" source="1.4" target="1.4">
+ <javac srcdir="src/java" destdir="classes" debug="true" deprecation="true" source="1.5" target="1.5">
<!-- To add something to the classpath: -->
<classpath>
<pathelement location="../../coreAPI/bin/jinput-core.jar"/>
@@ -66,7 +66,7 @@
<mkdir dir="apidocs"/>
<javadoc packagenames="net.*"
destdir="apidocs"
- additionalparam="-source 1.4">
+ additionalparam="-source 1.5">
<sourcepath>
<pathelement location="src/java"/>
</sourcepath>