Import from http://drts.cvs.sourceforge.net/viewvc/drts/projects/jxinput/ tarball
This commit is contained in:
BIN
www/jnlp/JXInput.jar
Normal file
BIN
www/jnlp/JXInput.jar
Normal file
Binary file not shown.
BIN
www/jnlp/JXInputKeystore
Normal file
BIN
www/jnlp/JXInputKeystore
Normal file
Binary file not shown.
BIN
www/jnlp/jxinput.dll
Normal file
BIN
www/jnlp/jxinput.dll
Normal file
Binary file not shown.
BIN
www/jnlp/jxinputdll.jar
Normal file
BIN
www/jnlp/jxinputdll.jar
Normal file
Binary file not shown.
28
www/jnlp/jxinputtestdialog.jnlp
Normal file
28
www/jnlp/jxinputtestdialog.jnlp
Normal 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
8
www/jnlp/sign.bat
Normal 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
|
||||
Reference in New Issue
Block a user