summaryrefslogtreecommitdiff
path: root/BKUWebStart/src/main/jnlp/template_dev.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_dev.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_dev.xml')
-rw-r--r--BKUWebStart/src/main/jnlp/template_dev.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/BKUWebStart/src/main/jnlp/template_dev.xml b/BKUWebStart/src/main/jnlp/template_dev.xml
deleted file mode 100644
index 2d8e8133..00000000
--- a/BKUWebStart/src/main/jnlp/template_dev.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp spec="$jnlpspec" codebase="$project.Url" href="$outputFile">
-
- <information>
- <title>$project.Name</title>
- <vendor>$project.Organization.Name</vendor>
- <homepage href="$project.Url"/>
- <description>$project.Description</description>
- <description kind="short">$project.Description</description>
- <icon href="img/logo.png" kind="default" version="1.0-SNAPSHOT"/>
- <icon href="img/splash.png" kind="splash" version="1.0-SNAPSHOT"/>
- <shortcut online="false">
- <desktop/>
- <menu submenu="e-Government"/>
- </shortcut>
-
-#if($offlineAllowed)
- <offline-allowed/>
-#end
-
- </information>
-
-
-#if($allPermissions)
- <security>
- <all-permissions/>
- </security>
-#end
-
- <resources>
- <!-- initial-heap-size="32m" max-heap-size="128m" -->
- <j2se version="$j2seVersion"/>
- <property name="jnlp.versionEnabled" value="true"/>
-
- $dependencies
-
- </resources>
- <application-desc main-class="$mainClass"/>
-</jnlp> \ No newline at end of file