Make jutils usable from snapshot jars.

This commit is contained in:
Endolf 2014-07-14 13:35:42 +01:00
parent 2837517753
commit 335552cf71
2 changed files with 6 additions and 0 deletions

View file

@ -26,6 +26,11 @@
<os family="unix" />
</and>
</condition>
<delete file="lib/jutils.jar"/>
<copy tofile="lib/jutils.jar">
<fileset dir="lib" includes="jutils-*-SNAPSHOT.jar"></fileset>
</copy>
</target>
<target name="runtest" depends="dist">

View file

@ -56,6 +56,7 @@
<javah destdir="src/native">
<classpath>
<pathelement location="classes"/>
<pathelement location="../../coreAPI/bin/jinput-core.jar"/>
</classpath>
<class name="net.java.games.input.LinuxEventDevice"/>
<class name="net.java.games.input.LinuxJoystickDevice"/>