diff options
Diffstat (limited to 'BKUWebStart/src/main/jnlp/template.xml')
-rw-r--r-- | BKUWebStart/src/main/jnlp/template.xml | 13 |
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) |