summaryrefslogtreecommitdiff
path: root/BKUWebStart/src/main/jnlp/template-unstable.xml
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-01-18 15:55:46 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-01-18 15:55:46 +0000
commit678f2d84046c8e3ab7abe459d984868d4c9d2a3c (patch)
tree2887fcebd49fce4ca732920d6185369ca7ba18ea /BKUWebStart/src/main/jnlp/template-unstable.xml
parent3eaf40f3d8d9393857c13d95a678f2b161b75613 (diff)
downloadmocca-678f2d84046c8e3ab7abe459d984868d4c9d2a3c.tar.gz
mocca-678f2d84046c8e3ab7abe459d984868d4c9d2a3c.tar.bz2
mocca-678f2d84046c8e3ab7abe459d984868d4c9d2a3c.zip
support reader configuration (disablePinpad) in BKUWebStart
webstart-local -> template-local.xml pkcs11sign -> template.xml default -> template-unstable.xml git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@576 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUWebStart/src/main/jnlp/template-unstable.xml')
-rw-r--r--BKUWebStart/src/main/jnlp/template-unstable.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/BKUWebStart/src/main/jnlp/template-unstable.xml b/BKUWebStart/src/main/jnlp/template-unstable.xml
index b473f492..b6574715 100644
--- a/BKUWebStart/src/main/jnlp/template-unstable.xml
+++ b/BKUWebStart/src/main/jnlp/template-unstable.xml
@@ -3,14 +3,14 @@
| To strip versions from jar filenames do
| for JAR in *jar; do mv JAR {JAR/-[0-9]*/.jar}; done
|-->
-<jnlp spec="$jnlpspec" codebase="http://localhost/webstart/" context="http://localhost/" href="$outputFile">
+<jnlp spec="$jnlpspec" codebase="http://localhost:8080/webstart/" context="http://localhost:8080/" href="$outputFile">
<information>
<title>MOCCA Unstable</title>
<vendor>E-Government Innovationszentrum (EGIZ)</vendor>
<homepage href="${project.Url}"/>
- <description>${project.Description} (BKU) MOCCA Web Start - Unstable Build</description>
- <description kind="short">${project.Description}</description>
+ <description>MOCCA Web Start - Unstable Build</description>
+ <description kind="short">MOCCA Web Start - Unstable Build</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"/>