mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
*** empty log message ***
This commit is contained in:
parent
971b9e3e39
commit
8ed1ae2586
|
|
@ -29,6 +29,7 @@
|
||||||
<target name="dist" depends="jar">
|
<target name="dist" depends="jar">
|
||||||
<copy todir="dist">
|
<copy todir="dist">
|
||||||
<fileset dir="../webstart/dist/"/>
|
<fileset dir="../webstart/dist/"/>
|
||||||
|
<fileset file="jinput.html"/>
|
||||||
</copy>
|
</copy>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
deployJava.setInstallerType('kernel');
|
deployJava.setInstallerType('kernel');
|
||||||
// include any required packages as shown below
|
// include any required packages as shown below
|
||||||
deployJava.setAdditionalPackages('javax.swing, javax.xml');
|
deployJava.setAdditionalPackages('javax.swing, javax.xml');
|
||||||
deployJava.runApplet({codebase:"file:/C:/code/workspace/jinput/applet/dist/",
|
deployJava.runApplet({codebase:".",
|
||||||
archive:"jinput.jar,jinput-test.jar,jinput-applet-test.jar", code:"net.java.games.input.applet.test.ControllerReadTestApplet",
|
archive:"jinput.jar,jinput-test.jar,jinput-applet-test.jar", code:"net.java.games.input.applet.test.ControllerReadTestApplet",
|
||||||
width:"320", Height:"400"}, null, "1.4.2");
|
width:"320", Height:"400"}, null, "1.4.2");
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue