jinput.jar location got moved back

This commit is contained in:
endolf 2003-08-05 18:05:23 +00:00
parent f665e62ad9
commit 6f376aacfe

View file

@ -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>