summaryrefslogtreecommitdiffstats
path: root/plugins/linux
diff options
context:
space:
mode:
authorendolf <[email protected]>2005-08-28 21:07:31 +0000
committerendolf <[email protected]>2005-08-28 21:07:31 +0000
commit2f03e66005b873a47d3c1532453f8f50f9405feb (patch)
tree7234d75e545439921872a394ad35c21bd6fa901e /plugins/linux
parent69b47e65b8ee4851d13d3589bc2a31f4c1c32d2e (diff)
Update build script so it builds 1.4 byte code
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/branches/forcefeedback@116 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'plugins/linux')
-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 977753d..6889be3 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"/>