mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-18 22:50:29 +01:00
jinput.jar got moved from bin to dist
This commit is contained in:
parent
87b9654ed6
commit
80718c255b
|
|
@ -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/jinput.jar"/>
|
||||
<pathelement location="../../coreAPI/dist/jinput.jar"/>
|
||||
<pathelement location="../../coreAPI/lib/jutils.jar"/>
|
||||
</classpath>
|
||||
</javac>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
<pathelement location="src/java"/>
|
||||
</sourcepath>
|
||||
<classpath>
|
||||
<pathelement location="../../coreAPI/bin/jinput.jar"/>
|
||||
<pathelement location="../../coreAPI/dist/jinput.jar"/>
|
||||
<pathelement location="../../coreAPI/lib/jutils.jar"/>
|
||||
</classpath>
|
||||
</javadoc>
|
||||
|
|
|
|||
Loading…
Reference in a new issue