From 3ab32f61c2cf425aef94dd1974937a6a9bc58e1d Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 30 Sep 2009 16:34:45 +0000 Subject: 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 --- BKUOnline/pom.xml | 26 ++++++------- BKUOnline/src/main/webapp/WEB-INF/web.xml | 22 +++++------ BKUWebStart/pom.xml | 50 ++++++++++++++++++++++++- BKUWebStart/src/main/jnlp/template-local.xml | 4 +- BKUWebStart/src/main/jnlp/template-unstable.xml | 49 ++++++++++++++++++++++++ BKUWebStart/src/main/jnlp/template.xml | 49 ++++++++++++++++++++++++ pom.xml | 2 +- 7 files changed, 174 insertions(+), 28 deletions(-) create mode 100644 BKUWebStart/src/main/jnlp/template-unstable.xml create mode 100644 BKUWebStart/src/main/jnlp/template.xml diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index ed7f7d50..c42ae981 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -21,6 +21,10 @@ + + log4j + log4j + at.gv.egiz bkucommon @@ -255,21 +259,17 @@ maven-dependency-plugin + org.apache.maven.plugins - process-resources + copy-webstart - unpack + unpack-dependencies - - - at.gv.egiz - BKUWebStartPackage - zip - - - ${project.build.directory}/${project.build.finalName} + at.gv.egiz + BKUWebStart + ${project.build.directory}/${project.build.finalName}/webstart @@ -279,19 +279,19 @@ + | org.codehaus.mojo.webstart webstart-jnlp-servlet 1.0-6.0.02_ea_b02.1-SNAPSHOT - + at.gv.egiz - BKUWebStartPackage + BKUWebStart ${project.version} provided zip diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml index 3a459302..41cd400f 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/web.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml @@ -53,11 +53,11 @@ BKUApplet /applet.jsp - - STALService - com.sun.xml.ws.transport.http.servlet.WSServlet - 1 - + + STALService + com.sun.xml.ws.transport.http.servlet.WSServlet + 1 + BKUServlet /http-security-layer-request @@ -112,14 +112,14 @@ JnlpDownloadServlet /webstart/* - --> + --> - - STALService - /stal - - + + STALService + /stal + + 5 diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index f51f1332..b4f910f9 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -122,7 +122,55 @@ - + + + pkcs11-sign + + + + webstart-maven-plugin + org.codehaus.mojo.webstart + + 1.0-beta-1-mocca + + + package + + jnlp-inline + + + + + false + + ${project.basedir}/src/main/jnlp + template-unstable.xml + mocca.jnlp + at.gv.egiz.bku.webstart.Launcher + + + NONE + PKCS11 + iaik.pkcs.pkcs11.provider.IAIKPkcs11 + a-sit + ${pkcs11-pass} + true + + false + false + + + false + false + false + true + true + + + + + + non-webstart 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 @@ - ${project.Description} + MOCCA Developement E-Government Innovationszentrum (EGIZ) - ${project.Description} (BKU) MOCCA Web Start + ${project.Description} (BKU) MOCCA Web Start - Developement Version ${project.Description} diff --git a/BKUWebStart/src/main/jnlp/template-unstable.xml b/BKUWebStart/src/main/jnlp/template-unstable.xml new file mode 100644 index 00000000..b473f492 --- /dev/null +++ b/BKUWebStart/src/main/jnlp/template-unstable.xml @@ -0,0 +1,49 @@ + + + + + + MOCCA Unstable + E-Government Innovationszentrum (EGIZ) + + ${project.Description} (BKU) MOCCA Web Start - Unstable Build + ${project.Description} + + + + + + + + + + + + + + + + + + + + + + + + + + + $dependencies + + + + + $dependencies + + + + \ No newline at end of file diff --git a/BKUWebStart/src/main/jnlp/template.xml b/BKUWebStart/src/main/jnlp/template.xml new file mode 100644 index 00000000..887e2f10 --- /dev/null +++ b/BKUWebStart/src/main/jnlp/template.xml @@ -0,0 +1,49 @@ + + + + + + ${project.Description} + E-Government Innovationszentrum (EGIZ) + + ${project.Description} (BKU) MOCCA Web Start + ${project.Description} + + + + + + + + + + + + + + + + + + + + + + + + + + + $dependencies + + + + + $dependencies + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0b650a8e..19818054 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ BKUHelp BKUGuiExt smccSTALExt - BKUWebStartPackage + -- cgit v1.2.3