work on publishing
This commit is contained in:
parent
e1b2ec7e04
commit
87f361ac61
@ -1,3 +0,0 @@
|
|||||||
Permissions: all-permissions
|
|
||||||
Codebase: https://blog.cauwersin.com/sesim/sesim
|
|
||||||
Application-Name: SeSim
|
|
Binary file not shown.
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
cp ../store/SeSim.jar ./uSeSim.jar
|
|
||||||
scp -oPort=8022 uSeSim.jar root@blog.cauwersin.com:/usr/local/www/wp7u83/sesim/uSeSim.jar
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
CODEBASE=/home/tube/NetbeanProjects/SeSim/cauwersin
|
|
||||||
|
|
||||||
ant -f ../build.xml single-jar
|
|
||||||
cp ../store/SeSim.jar .
|
|
||||||
jar ufm SeSim.jar cauwersin-manifest.txt
|
|
||||||
jarsigner -keystore /home/tube/SparkleShare/sfiles/keystore SeSim.jar Cauwersin
|
|
||||||
keytool -export -keystore /home/tube/SparkleShare/sfiles/keystore -alias Cauwersin -file cauwersinca.crt
|
|
||||||
|
|
||||||
scp -oPort=8022 sesim.jnlp root@blog.cauwersin.com:/usr/local/www/wp7u83/sesim/sesim.jnlp
|
|
||||||
scp -oPort=8022 cauwersinca.crt root@blog.cauwersin.com:/usr/local/www/wp7u83/sesim/cauwersinca.crt
|
|
||||||
scp -oPort=8022 SeSim.jar root@blog.cauwersin.com:/usr/local/www/wp7u83/sesim/SeSim.jar
|
|
@ -1,20 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<jnlp codebase="https://blog.cauwersin.com/sesim" href="sesim.jnlp" spec="1.0+">
|
|
||||||
<information>
|
|
||||||
<title>SeSim</title>
|
|
||||||
<vendor>Cauwersin</vendor>
|
|
||||||
<homepage href="https://blog.cauwersin.com"/>
|
|
||||||
<description>SeSim - Stock Exchange Simulator</description>
|
|
||||||
<description kind="short">SeSim</description>
|
|
||||||
</information>
|
|
||||||
<update check="always"/>
|
|
||||||
<security>
|
|
||||||
<all-permissions/>
|
|
||||||
</security>
|
|
||||||
<resources>
|
|
||||||
<j2se version="1.8+"/>
|
|
||||||
<jar href="SeSim.jar" main="true"/>
|
|
||||||
</resources>
|
|
||||||
<application-desc main-class="gui.NewMDIApplication">
|
|
||||||
</application-desc>
|
|
||||||
</jnlp>
|
|
Loading…
Reference in New Issue
Block a user