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>