diff options
author | Sven Gothel <[email protected]> | 2012-11-22 06:39:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-11-22 06:39:20 +0100 |
commit | 49416164a4729b1b7e234841ba9be48b9aa90830 (patch) | |
tree | 3ca433f39dd4886de493ccd7046d83809540c980 /plugins/linux/build.xml | |
parent | d0737cc4a34a41ad9bdac7de379250cacbf55a1d (diff) | |
parent | 5c894f5055dfdbf571afee3057e46b9912aedb9b (diff) |
Diffstat (limited to 'plugins/linux/build.xml')
-rw-r--r-- | plugins/linux/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/linux/build.xml b/plugins/linux/build.xml index 0187a01..97ea608 100644 --- a/plugins/linux/build.xml +++ b/plugins/linux/build.xml @@ -12,7 +12,7 @@ <target depends="init" name="compile"> <!-- <ant dir="src/native" target="createNativeDefinitions.java"/>--> - <javac debug="true" deprecation="true" destdir="classes" source="1.4" target="1.4" srcdir="src/java"> + <javac debug="true" deprecation="true" destdir="classes" source="1.5" target="1.5" srcdir="src/java"> <classpath> <pathelement location="../../coreAPI/bin/jinput-core.jar"/> <pathelement location="../../lib/jutils.jar"/> @@ -33,7 +33,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/java"/> |