This commit is contained in:
2014-10-18 17:43:25 +01:00
commit f45b3ebaf8
97 changed files with 7544 additions and 0 deletions

BIN
www/jnlp/JXInput.jar Normal file

Binary file not shown.

BIN
www/jnlp/JXInputKeystore Normal file

Binary file not shown.

BIN
www/jnlp/jxinput.dll Normal file

Binary file not shown.

BIN
www/jnlp/jxinputdll.jar Normal file

Binary file not shown.

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
codebase="http://www.hardcode.de/jxinput/jnlp"
href="jxinputtestdialog.jnlp">
<information>
<title>JXInput Test Dialog</title>
<vendor>HARDCODE Development</vendor>
<homepage href="http://www.hardcode.de/jxinput"/>
<description>Demonstration of JXInput</description>
<description kind="short">A Test Dialog</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.3+" />
<jar href="jxinput.jar" main="true"/>
</resources>
<resources os="Windows">
<nativelib href="jxinputdll.jar"/>
</resources>
<application-desc main-class="de.hardcode.jxinput.test.JXInputTestDialog"/>
</jnlp>

8
www/jnlp/sign.bat Normal file
View File

@@ -0,0 +1,8 @@
rem keytool -genkey -alias jxinput -keypass jxinput -keystore JXInputKeystore
set PATH=c:\j2sdk1.4.1\bin;%PATH%
copy /Y ..\..\Distribution\0.3\JXInput.jar .
copy /Y ..\..\Distribution\0.3\jxinput.dll .
jar cf jxinputdll.jar jxinput.dll
jarsigner -keystore JXInputKeystore -storepass jxinput -keypass jxinput JXInput.jar jxinput
jarsigner -keystore JXInputKeystore -storepass jxinput -keypass jxinput jxinputdll.jar jxinput