Changed controller.jar to jinput.jar as per

http://www.JavaGaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jinput;action=display;num=1059866464
This commit is contained in:
endolf 2003-08-05 08:04:18 +00:00
parent edc587f3e9
commit ef7559ab41
5 changed files with 27 additions and 13 deletions

View file

@ -29,7 +29,7 @@
<javac srcdir="src/java" destdir="classes" debug="true" deprecation="true" source="1.4">
<!-- To add something to the classpath: -->
<classpath>
<pathelement location="lib/controller.jar"/>
<pathelement location="lib/jinput.jar"/>
<pathelement location="lib/jutils.jar"/>
</classpath>
<!-- To exclude some files: -->
@ -81,7 +81,7 @@
<pathelement location="src/java"/>
</sourcepath>
<classpath>
<pathelement location="lib/controller.jar"/>
<pathelement location="lib/jinput.jar"/>
<pathelement location="lib/jutils.jar"/>
</classpath>
</javadoc>

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/bin/controller.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/bin/controller.jar"/>
<pathelement location="../../coreAPI/bin/jinput.jar"/>
<pathelement location="../../coreAPI/lib/jutils.jar"/>
</classpath>
</javadoc>
@ -62,7 +62,7 @@
<javah>
<classpath>
<pathelement path="src/java"/>
<pathelement location="controller.jar"/>
<pathelement location="jinput.jar"/>
</classpath>
<class name="net.java.games.input.LinuxDevice"/>
<class name="net.java.games.input.LinuxEnvironmentPlugin"/>

View file

@ -32,7 +32,7 @@
<javah>
<classpath>
<pathelement path="."/>
<pathelement location="controller.jar"/>
<pathelement location="jinput.jar"/>
</classpath>
<class name="net.java.games.input.LinuxDevice"/>
<class name="net.java.games.input.LinuxEnvironmentPlugin"/>