diff options
| author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-06-12 12:41:58 +0000 | 
|---|---|---|
| committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-06-12 12:41:58 +0000 | 
| commit | 0d5e54423b3cbc6c16b28800890c6ee5a5aacf75 (patch) | |
| tree | 3bf1883db2df31e003df2e0832d5e8dfc6e995de /BKUWebStart/src | |
| parent | b5eef23539b60eb2cc835fa264fddeba3a63d3b2 (diff) | |
| download | mocca-0d5e54423b3cbc6c16b28800890c6ee5a5aacf75.tar.gz mocca-0d5e54423b3cbc6c16b28800890c6ee5a5aacf75.tar.bz2 mocca-0d5e54423b3cbc6c16b28800890c6ee5a5aacf75.zip | |
BKU Web Start 
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@360 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUWebStart/src')
| -rw-r--r-- | BKUWebStart/src/main/resources/at/gv/egiz/bku/webstart/conf/template.zip (renamed from BKUWebStart/src/main/resources/at/gv/egiz/bku/webstart/defaultConf/template.zip) | bin | 24829 -> 24829 bytes | |||
| -rw-r--r-- | BKUWebStart/src/main/webapp/WEB-INF/web.xml | 7 | ||||
| -rw-r--r-- | BKUWebStart/src/main/webapp/launch.html | 17 | ||||
| -rw-r--r-- | BKUWebStart/src/main/webapp/launch.jnlp | 30 | ||||
| -rw-r--r-- | BKUWebStart/src/main/webapp/mocca_tiny.png | bin | 1025 -> 0 bytes | |||
| -rw-r--r-- | BKUWebStart/src/main/webapp/splash.png | bin | 54978 -> 0 bytes | 
6 files changed, 0 insertions, 54 deletions
| diff --git a/BKUWebStart/src/main/resources/at/gv/egiz/bku/webstart/defaultConf/template.zip b/BKUWebStart/src/main/resources/at/gv/egiz/bku/webstart/conf/template.zipBinary files differ index f14b0c19..f14b0c19 100644 --- a/BKUWebStart/src/main/resources/at/gv/egiz/bku/webstart/defaultConf/template.zip +++ b/BKUWebStart/src/main/resources/at/gv/egiz/bku/webstart/conf/template.zip diff --git a/BKUWebStart/src/main/webapp/WEB-INF/web.xml b/BKUWebStart/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 9f88c1f9..00000000 --- a/BKUWebStart/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,7 +0,0 @@ -<!DOCTYPE web-app PUBLIC - "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" - "http://java.sun.com/dtd/web-app_2_3.dtd" > - -<web-app> -  <display-name>Archetype Created Web Application</display-name> -</web-app> diff --git a/BKUWebStart/src/main/webapp/launch.html b/BKUWebStart/src/main/webapp/launch.html deleted file mode 100644 index 6ed6feb5..00000000 --- a/BKUWebStart/src/main/webapp/launch.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -    <head> -        <title>Test page for launching the application via JNLP</title> -    </head> -    <body> -        <h3>Test page for launching the application via JNLP</h3> -        <a href="launch.jnlp">Launch the application</a> -        <!-- Or use the following script element to launch with the Deployment Toolkit --> -        <!-- Open the deployJava.js script to view its documentation --> -        <script src="http://java.com/js/deployJava.js"></script> -        <script> -            var url="http://localhost:8080/BKUWebStart/launch.jnlp" -            deployJava.createWebStartLaunchButton(url, "1.6") -        </script> -    </body> -</html> diff --git a/BKUWebStart/src/main/webapp/launch.jnlp b/BKUWebStart/src/main/webapp/launch.jnlp deleted file mode 100644 index d51d9d21..00000000 --- a/BKUWebStart/src/main/webapp/launch.jnlp +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<jnlp codebase="http://localhost:8080/BKUWebStart/" href="launch.jnlp" spec="1.0+"> -  <information> -    <title>BKU Web Start</title> -    <vendor>EGIZ</vendor> -    <homepage href="http://mocca.egovlabs.gv.at"/> -    <description>BKU WebStart (aka. Lokale BKU)</description> -    <description kind="short">BKU WebStart</description> -    <icon href="splash.png" kind="splash"/> -    <icon href="mocca_tiny.png" kind="default"/> -    <offline-allowed/> -  </information> -  <security> -    <all-permissions/> -  </security> -  <resources> -    <j2se version="1.6+"/> -    <jar eager="true" href="BKUWebStart.jar" main="true"/> -    <jar href="lib/appframework-1.0.3.jar"/> -    <jar href="lib/swing-worker-1.1.jar"/> -    <jar href="lib/commons-logging-1.1.1.jar"/> -    <jar href="lib/jetty-util-6.1.15.jar"/> -    <jar href="lib/commons-cli-1.0.jar"/> -    <jar href="lib/servlet-api-2.5-20081211.jar"/> -    <jar href="lib/jetty-6.1.15.jar"/> -    <jar href="lib/log4j-1.2.12.jar"/> -  </resources> -  <application-desc main-class="at.gv.egiz.bku.webstart.BKULauncher"> -  </application-desc> -</jnlp> diff --git a/BKUWebStart/src/main/webapp/mocca_tiny.png b/BKUWebStart/src/main/webapp/mocca_tiny.pngBinary files differ deleted file mode 100644 index 1f125d9b..00000000 --- a/BKUWebStart/src/main/webapp/mocca_tiny.png +++ /dev/null diff --git a/BKUWebStart/src/main/webapp/splash.png b/BKUWebStart/src/main/webapp/splash.pngBinary files differ deleted file mode 100644 index 72c1d868..00000000 --- a/BKUWebStart/src/main/webapp/splash.png +++ /dev/null | 
