summaryrefslogtreecommitdiff
path: root/mocca-1.2.11/BKUWebStart/src/main/jnlp/template-unstable.xml
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-01-26 16:27:04 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-01-26 16:27:04 +0000
commit667af128d0adfeee2aa4748ab58411c91bc4905f (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /mocca-1.2.11/BKUWebStart/src/main/jnlp/template-unstable.xml
parentd89f36b67ea1d838a78523538a24e044518f3587 (diff)
downloadmocca-667af128d0adfeee2aa4748ab58411c91bc4905f.tar.gz
mocca-667af128d0adfeee2aa4748ab58411c91bc4905f.tar.bz2
mocca-667af128d0adfeee2aa4748ab58411c91bc4905f.zip
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/branches/mocca-1.2.11-sha2@600 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'mocca-1.2.11/BKUWebStart/src/main/jnlp/template-unstable.xml')
-rw-r--r--mocca-1.2.11/BKUWebStart/src/main/jnlp/template-unstable.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/mocca-1.2.11/BKUWebStart/src/main/jnlp/template-unstable.xml b/mocca-1.2.11/BKUWebStart/src/main/jnlp/template-unstable.xml
deleted file mode 100644
index b6574715..00000000
--- a/mocca-1.2.11/BKUWebStart/src/main/jnlp/template-unstable.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- | To strip versions from jar filenames do
- | for JAR in *jar; do mv JAR {JAR/-[0-9]*/.jar}; done
- |-->
-<jnlp spec="$jnlpspec" codebase="http://localhost:8080/webstart/" context="http://localhost:8080/" href="$outputFile">
-
- <information>
- <title>MOCCA Unstable</title>
- <vendor>E-Government Innovationszentrum (EGIZ)</vendor>
- <homepage href="${project.Url}"/>
- <description>MOCCA Web Start - Unstable Build</description>
- <description kind="short">MOCCA Web Start - Unstable Build</description>
- <icon kind="shortcut" href="img/chip16.png" width="16" height="16"/>
- <icon kind="shortcut" href="img/chip24.png" width="24" height="24"/>
- <icon kind="shortcut" href="img/chip32.png" width="32" height="32"/>
- <icon kind="shortcut" href="img/chip48.png" width="48" height="48"/>
- <icon kind="default" href="img/chip16.png" width="16" height="16"/>
- <icon kind="default" href="img/chip24.png" width="24" height="24"/>
- <icon kind="default" href="img/chip32.png" width="32" height="32"/>
- <icon kind="default" href="img/chip48.png" width="48" height="48"/>
- <icon kind="splash" href="img/splash.png"/>
- <shortcut online="true">
- <desktop/>
- <menu submenu="e-Government"/>
- </shortcut>
-
- <offline-allowed/>
-
- </information>
-
- <security>
- <all-permissions/>
- </security>
-
- <update check="timeout" policy="prompt-update"/>
-
- <resources os="Mac OS X">
- <java version="1.6+" java-vm-args="-d32"/>
- $dependencies
- </resources>
-
- <resources>
- <java version="1.6+"/>
- $dependencies
- </resources>
-
- <application-desc main-class="$mainClass"/>
-</jnlp> \ No newline at end of file