aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/awt/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/awt/build.xml')
-rw-r--r--plugins/awt/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/awt/build.xml b/plugins/awt/build.xml
index 431ad63..3a87342 100644
--- a/plugins/awt/build.xml
+++ b/plugins/awt/build.xml
@@ -7,7 +7,7 @@
</target>
<target depends="init" name="compile">
- <javac debug="true" deprecation="true" destdir="classes" source="1.4" target="1.4" srcdir="src">
+ <javac debug="true" deprecation="true" destdir="classes" source="1.5" target="1.5" srcdir="src">
<classpath>
<pathelement location="../../coreAPI/bin/jinput-core.jar"/>
<pathelement location="../../lib/jutils.jar"/>
@@ -28,7 +28,7 @@
<mkdir dir="apidocs"/>
<javadoc packagenames="net.java.games.input.*"
destdir="apidocs"
- additionalparam="-source 1.4"
+ additionalparam="-source 1.5"
link="../../../coreAPI/apidocs">
<sourcepath>
<pathelement location="src"/>