diff options
author | endolf <[email protected]> | 2003-08-05 18:05:23 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2003-08-05 18:05:23 +0000 |
commit | 386578367ad2e453af4dd898fb5ebda1959e7188 (patch) | |
tree | 53659fbbaa4df5dbf1d14ae72f87b821a5671b83 | |
parent | 638e3bcf98255a910f7a0c97286cb8c51979c8a2 (diff) |
jinput.jar location got moved back
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@34 e343933a-64c8-49c5-92b1-88f2ce3e89e8
-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 7fc7c61..5e9d572 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/dist/jinput.jar"/> + <pathelement location="../../coreAPI/bin/jinput.jar"/> <pathelement location="../../coreAPI/lib/jutils.jar"/> </classpath> </javac> @@ -39,7 +39,7 @@ <pathelement location="src/java"/> </sourcepath> <classpath> - <pathelement location="../../coreAPI/dist/jinput.jar"/> + <pathelement location="../../coreAPI/bin/jinput.jar"/> <pathelement location="../../coreAPI/lib/jutils.jar"/> </classpath> </javadoc> |