summaryrefslogtreecommitdiffstats
path: root/plugins/linux/build.xml
diff options
context:
space:
mode:
authorendolf <[email protected]>2003-08-05 16:56:43 +0000
committerendolf <[email protected]>2003-08-05 16:56:43 +0000
commite82bdf77423ab0621b2de531f8d339c521ae4427 (patch)
tree29c1af1d99d412b8fb9586eac8b7d7e5829ca2c4 /plugins/linux/build.xml
parentf838d375d401aca4a30c0db377becdae3987b5d6 (diff)
jinput.jar got moved from bin to dist
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@32 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'plugins/linux/build.xml')
-rw-r--r--plugins/linux/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/linux/build.xml b/plugins/linux/build.xml
index 5e9d572..7fc7c61 100644
--- a/plugins/linux/build.xml
+++ b/plugins/linux/build.xml
@@ -10,7 +10,7 @@
<target depends="init" name="compile">
<javac debug="true" deprecation="true" destdir="classes" source="1.4" srcdir="src/java">
<classpath>
- <pathelement location="../../coreAPI/bin/jinput.jar"/>
+ <pathelement location="../../coreAPI/dist/jinput.jar"/>
<pathelement location="../../coreAPI/lib/jutils.jar"/>
</classpath>
</javac>
@@ -39,7 +39,7 @@
<pathelement location="src/java"/>
</sourcepath>
<classpath>
- <pathelement location="../../coreAPI/bin/jinput.jar"/>
+ <pathelement location="../../coreAPI/dist/jinput.jar"/>
<pathelement location="../../coreAPI/lib/jutils.jar"/>
</classpath>
</javadoc>