summaryrefslogtreecommitdiff
path: root/BKUWebStart/src/main/jnlp/template.xml
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-12 12:42:05 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-12 12:42:05 +0000
commit61366ba8efcc0cf3d36438e9ee26228e7bc66174 (patch)
tree707016a32d57ab734396b24675659a92f2317278 /BKUWebStart/src/main/jnlp/template.xml
parent0d5e54423b3cbc6c16b28800890c6ee5a5aacf75 (diff)
downloadmocca-61366ba8efcc0cf3d36438e9ee26228e7bc66174.tar.gz
mocca-61366ba8efcc0cf3d36438e9ee26228e7bc66174.tar.bz2
mocca-61366ba8efcc0cf3d36438e9ee26228e7bc66174.zip
BKU Web Start
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@361 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUWebStart/src/main/jnlp/template.xml')
-rw-r--r--BKUWebStart/src/main/jnlp/template.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/BKUWebStart/src/main/jnlp/template.xml b/BKUWebStart/src/main/jnlp/template.xml
index 0a89a036..a355da77 100644
--- a/BKUWebStart/src/main/jnlp/template.xml
+++ b/BKUWebStart/src/main/jnlp/template.xml
@@ -1,15 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
-<jnlp spec="$jnlpspec" codebase="$project.Url" href="$outputFile">
+<!--
+ jnlp spec="$jnlpspec" codebase="$project.Url" href="$outputFile">
+-->
+<jnlp spec="$jnlpspec" codebase="$$codebase" context="$$context" href="$$name">
+
<information>
<title>$project.Name</title>
<vendor>$project.Organization.Name</vendor>
<homepage href="$project.Url"/>
<description>$project.Description</description>
- <icon href="lib/splash.png" kind="splash"/>
- <icon href="lib/logo.png" kind="default"/>
+ <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="MOCCA"/>
+ <menu submenu="e-Government"/>
</shortcut>
#if($offlineAllowed)