diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-01-18 15:55:46 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-01-18 15:55:46 +0000 |
commit | 678f2d84046c8e3ab7abe459d984868d4c9d2a3c (patch) | |
tree | 2887fcebd49fce4ca732920d6185369ca7ba18ea /BKUWebStart/pom.xml | |
parent | 3eaf40f3d8d9393857c13d95a678f2b161b75613 (diff) | |
download | mocca-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/pom.xml')
-rw-r--r-- | BKUWebStart/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index bcc40ac5..af7edda8 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -89,7 +89,7 @@ <excludeTransitive>false</excludeTransitive> <jnlp> <inputTemplateResourcePath>${project.basedir}/src/main/jnlp</inputTemplateResourcePath> - <inputTemplate>template.xml</inputTemplate> + <inputTemplate>template-unstable.xml</inputTemplate> <outputFile>mocca.jnlp</outputFile> <mainClass>at.gv.egiz.bku.webstart.Launcher</mainClass> </jnlp> @@ -156,7 +156,7 @@ <excludeTransitive>false</excludeTransitive> <jnlp> <inputTemplateResourcePath>${project.basedir}/src/main/jnlp</inputTemplateResourcePath> - <inputTemplate>template-unstable.xml</inputTemplate> + <inputTemplate>template.xml</inputTemplate> <outputFile>mocca.jnlp</outputFile> <mainClass>at.gv.egiz.bku.webstart.Launcher</mainClass> </jnlp> |