summaryrefslogtreecommitdiff
path: root/BKUWebStart/src/main/jnlp/template-local.xml
diff options
context:
space:
mode:
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