diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-09-30 16:34:45 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-09-30 16:34:45 +0000 |
commit | 3ab32f61c2cf425aef94dd1974937a6a9bc58e1d (patch) | |
tree | 979d13b8a37eeb62b3e0e6c037fa273494597d23 /BKUWebStart/src/main/jnlp/template-local.xml | |
parent | 6887677d7b5b2a8d3d0dca8e435cb8a3af0cf5b7 (diff) | |
download | mocca-3ab32f61c2cf425aef94dd1974937a6a9bc58e1d.tar.gz mocca-3ab32f61c2cf425aef94dd1974937a6a9bc58e1d.tar.bz2 mocca-3ab32f61c2cf425aef94dd1974937a6a9bc58e1d.zip |
Deprecate BKUWebStartPackage (pkcs11-signed webstart release zip moved to BKUWebStart)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@516 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUWebStart/src/main/jnlp/template-local.xml')
-rw-r--r-- | BKUWebStart/src/main/jnlp/template-local.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BKUWebStart/src/main/jnlp/template-local.xml b/BKUWebStart/src/main/jnlp/template-local.xml index 12ff9d8c..f9a7d917 100644 --- a/BKUWebStart/src/main/jnlp/template-local.xml +++ b/BKUWebStart/src/main/jnlp/template-local.xml @@ -2,10 +2,10 @@ <jnlp spec="$jnlpspec" codebase="file:${project.build.directory}/jnlp" href="$outputFile"> <information> - <title>${project.Description}</title> + <title>MOCCA Developement</title> <vendor>E-Government Innovationszentrum (EGIZ)</vendor> <homepage href="${project.Url}"/> - <description>${project.Description} (BKU) MOCCA Web Start</description> + <description>${project.Description} (BKU) MOCCA Web Start - Developement Version</description> <description kind="short">${project.Description}</description> <icon kind="shortcut" href="img/chip16.png" width="16" height="16"/> <icon kind="shortcut" href="img/chip24.png" width="24" height="24"/> |