summaryrefslogtreecommitdiff
path: root/BKUWebStart/src/main/jnlp
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-06-08 14:44:01 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-06-08 14:44:01 +0000
commit11c4521b8f0eb71dab627ed6e249a6300f95f92b (patch)
tree6e228cd465dca800c194e9b1a6024ed53351bf4a /BKUWebStart/src/main/jnlp
parente4b8cec0f43af3aa4272e56e8133cc70512149a2 (diff)
downloadmocca-11c4521b8f0eb71dab627ed6e249a6300f95f92b.tar.gz
mocca-11c4521b8f0eb71dab627ed6e249a6300f95f92b.tar.bz2
mocca-11c4521b8f0eb71dab627ed6e249a6300f95f92b.zip
rename to BKU Webstart / Buergerkartenumgebung to MOCCA Webstart
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@750 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUWebStart/src/main/jnlp')
-rw-r--r--BKUWebStart/src/main/jnlp/template-local.xml6
-rw-r--r--BKUWebStart/src/main/jnlp/template-unstable.xml6
-rw-r--r--BKUWebStart/src/main/jnlp/template.xml6
3 files changed, 9 insertions, 9 deletions
diff --git a/BKUWebStart/src/main/jnlp/template-local.xml b/BKUWebStart/src/main/jnlp/template-local.xml
index 2e89f2ed..97341f68 100644
--- a/BKUWebStart/src/main/jnlp/template-local.xml
+++ b/BKUWebStart/src/main/jnlp/template-local.xml
@@ -2,11 +2,11 @@
<jnlp spec="$jnlpspec" codebase="file:${project.build.directory}/jnlp" href="$outputFile">
<information>
- <title>MOCCA Developement</title>
+ <title>${project.name} Development</title>
<vendor>E-Government Innovationszentrum (EGIZ)</vendor>
<homepage href="${project.Url}"/>
- <description>MOCCA Web Start - Developement Version</description>
- <description kind="short">MOCCA Development</description>
+ <description>${project.name} - Development Version</description>
+ <description kind="short">${project.name} Development</description>
<icon kind="shortcut" href="img/chip48.png" width="48" height="48"/>
<icon kind="shortcut" href="img/chip32.png" width="32" height="32"/>
<icon kind="shortcut" href="img/chip24.png" width="24" height="24"/>
diff --git a/BKUWebStart/src/main/jnlp/template-unstable.xml b/BKUWebStart/src/main/jnlp/template-unstable.xml
index d562d4ed..7241d6dc 100644
--- a/BKUWebStart/src/main/jnlp/template-unstable.xml
+++ b/BKUWebStart/src/main/jnlp/template-unstable.xml
@@ -2,11 +2,11 @@
<jnlp spec="$jnlpspec" codebase="http://localhost:8080/webstart/" context="http://localhost:8080/" href="$outputFile">
<information>
- <title>MOCCA Unstable</title>
+ <title>${project.name} Unstable</title>
<vendor>E-Government Innovationszentrum (EGIZ)</vendor>
<homepage href="${project.Url}"/>
- <description>MOCCA Web Start - Unstable Build</description>
- <description kind="short">MOCCA Web Start - Unstable Build</description>
+ <description>${project.name} - Unstable Build</description>
+ <description kind="short">${project.name} Unstable</description>
<icon kind="shortcut" href="img/chip16.png" width="16" height="16"/>
<icon kind="shortcut" href="img/chip24.png" width="24" height="24"/>
<icon kind="shortcut" href="img/chip32.png" width="32" height="32"/>
diff --git a/BKUWebStart/src/main/jnlp/template.xml b/BKUWebStart/src/main/jnlp/template.xml
index 83130493..93675fb7 100644
--- a/BKUWebStart/src/main/jnlp/template.xml
+++ b/BKUWebStart/src/main/jnlp/template.xml
@@ -2,11 +2,11 @@
<jnlp spec="$jnlpspec" codebase="http://localhost/webstart/" context="http://localhost/" href="$outputFile">
<information>
- <title>${project.Description}</title>
+ <title>${project.name}</title>
<vendor>E-Government Innovationszentrum (EGIZ)</vendor>
<homepage href="${project.Url}"/>
- <description>${project.Description} (BKU) MOCCA Web Start</description>
- <description kind="short">${project.Description}</description>
+ <description>${project.name} - ${project.Description} (BKU)</description>
+ <description kind="short">${project.name}</description>
<icon kind="shortcut" href="img/chip16.png" width="16" height="16"/>
<icon kind="shortcut" href="img/chip24.png" width="24" height="24"/>
<icon kind="shortcut" href="img/chip32.png" width="32" height="32"/>