aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorendolf <[email protected]>2005-08-28 21:23:54 +0000
committerendolf <[email protected]>2005-08-28 21:23:54 +0000
commit47321b68065397cba6e520c139c39af4e8fe8fcc (patch)
tree46f66d33945af143745b69f3535453843b7fb854
parent0b1760363f799141effcf3a0e2decb430871540c (diff)
Updated build file to build 1.4 byte code
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@118 e343933a-64c8-49c5-92b1-88f2ce3e89e8
-rw-r--r--plugins/linux/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/linux/build.xml b/plugins/linux/build.xml
index 89c4eeb..8db02c0 100644
--- a/plugins/linux/build.xml
+++ b/plugins/linux/build.xml
@@ -8,7 +8,7 @@
</target>
<target depends="init" name="compile">
- <javac debug="true" deprecation="true" destdir="classes" source="1.4" srcdir="src/java">
+ <javac debug="true" deprecation="true" destdir="classes" source="1.4" target="1.4" srcdir="src/java">
<classpath>
<pathelement location="../../coreAPI/bin/jinput.jar"/>
<pathelement location="../../coreAPI/lib/jutils.jar"/>