# HG changeset patch # User Dirk Olmes # Date 1318140911 -7200 # Node ID 3201f93801d0a20aed50b00d9dc95686adc99076 # Parent 6c85a4fcfe286008386eb134a1d9d2fd5d6fce9a add a module that generates a webstart package diff -r 6c85a4fcfe28 -r 3201f93801d0 .hgignore --- a/.hgignore Sun Oct 09 07:29:59 2011 +0200 +++ b/.hgignore Sun Oct 09 08:15:11 2011 +0200 @@ -7,3 +7,5 @@ ^conflict-editor/\.project$ syntax: regexp ^conflict-editor/target$ +syntax: regexp +^webstart-package/target$ diff -r 6c85a4fcfe28 -r 3201f93801d0 pom.xml --- a/pom.xml Sun Oct 09 07:29:59 2011 +0200 +++ b/pom.xml Sun Oct 09 08:15:11 2011 +0200 @@ -15,6 +15,7 @@ conflict-editor + webstart-package diff -r 6c85a4fcfe28 -r 3201f93801d0 webstart-package/generate-keystore.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webstart-package/generate-keystore.sh Sun Oct 09 08:15:11 2011 +0200 @@ -0,0 +1,3 @@ +keytool -genkey -alias conflicteditor -validity 1800 -keypass secret \ + -storepass secret -keystore src/jnlp/keystore \ + -dname "CN=ConflictEditor, OU=Hackers dept., O=codedo.de, ST=NRW, C=DE" diff -r 6c85a4fcfe28 -r 3201f93801d0 webstart-package/pom.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webstart-package/pom.xml Sun Oct 09 08:15:11 2011 +0200 @@ -0,0 +1,62 @@ + + + 4.0.0 + + de.codedo + conflict-editor-parent + 1.0-SNAPSHOT + + conflict-editor-webstart + pom + WebStart package for Conflict Editor + + + + de.codedo + conflict-editor + ${project.version} + + + + + + + org.codehaus.mojo.webstart + webstart-maven-plugin + 1.0-beta-2 + + + package + + jnlp-inline + + + true + + src/jnlp/template.vm + launch.jnlp + de.codedo.conflicteditor.gui.ConflictEditor + + + ${project.basedir}/src/jnlp/keystore + secret + secret + conflicteditor + + + + + + + + + + + + + + + + + + diff -r 6c85a4fcfe28 -r 3201f93801d0 webstart-package/src/jnlp/keystore Binary file webstart-package/src/jnlp/keystore has changed diff -r 6c85a4fcfe28 -r 3201f93801d0 webstart-package/src/jnlp/template.vm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webstart-package/src/jnlp/template.vm Sun Oct 09 08:15:11 2011 +0200 @@ -0,0 +1,28 @@ + + + + Conflict Editor + Codedo.de + + Confict Editor + Editor for couchdb conflicts + + + + + + + + + + + + + $dependencies + + + +