summaryrefslogtreecommitdiff
path: root/BKUWebStart/src/main/jnlp/template-local.xml
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-13 09:19:28 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-13 09:19:28 +0000
commit79016a7b2f9d89e52e991b0abdfc73ad24e60979 (patch)
tree96c5a625181af1f4d8da241eb53281bf22bbbda1 /BKUWebStart/src/main/jnlp/template-local.xml
parentec680d62e3e2564d0854b2d34827d7d61f84b709 (diff)
downloadmocca-79016a7b2f9d89e52e991b0abdfc73ad24e60979.tar.gz
mocca-79016a7b2f9d89e52e991b0abdfc73ad24e60979.tar.bz2
mocca-79016a7b2f9d89e52e991b0abdfc73ad24e60979.zip
[#433] update BKU Web Start CertStore
WebStart configuration refactored git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@423 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUWebStart/src/main/jnlp/template-local.xml')
-rw-r--r--BKUWebStart/src/main/jnlp/template-local.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/BKUWebStart/src/main/jnlp/template-local.xml b/BKUWebStart/src/main/jnlp/template-local.xml
new file mode 100644
index 00000000..9135ba1b
--- /dev/null
+++ b/BKUWebStart/src/main/jnlp/template-local.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="$jnlpspec" codebase="file:/home/clemens/workspace/bku/BKUWebStart/target/jnlp" href="$outputFile">
+
+ <information>
+ <!--title>$project.Name</title-->
+ <title>$project.Description</title>
+ <!--vendor>$project.Organization.Name</vendor-->
+ <vendor>E-Government Innovationszentrum (EGIZ)</vendor>
+ <homepage href="$project.Url"/>
+ <description>$project.Description (BKU) MOCCA Web Start</description>
+ <description kind="short">$project.Description</description>
+ <!--icon kind="shortcut" href="img/logo_16.ico" width="16" height="16" version="1.0-SNAPSHOT"/-->
+ <icon kind="shortcut" href="img/logo_32.png" width="32" height="32"/>
+ <icon kind="default" href="img/logo_32.png" width="32" height="32"/>
+ <icon kind="default" href="img/logo_64.png" width="64" height="64"/>
+ <icon kind="splash" href="img/splash.png"/>
+ <shortcut online="false">
+ <desktop/>
+ <menu submenu="e-Government"/>
+ </shortcut>
+
+#if($offlineAllowed)
+ <offline-allowed/>
+#end
+
+ </information>
+
+#if($allPermissions)
+ <security>
+ <all-permissions/>
+ </security>
+#end
+
+ <update check="timeout" policy="prompt-update"/>
+
+ <resources>
+ <java version="$j2seVersion" java-vm-args="-Djava.security.debug=access,failure"/>
+ $dependencies
+ </resources>
+
+ <application-desc main-class="$mainClass"/>
+</jnlp> \ No newline at end of file