summaryrefslogtreecommitdiff
path: root/BKUWebStart/src/main/webapp/launch.html
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-12 12:41:58 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-12 12:41:58 +0000
commit0d5e54423b3cbc6c16b28800890c6ee5a5aacf75 (patch)
tree3bf1883db2df31e003df2e0832d5e8dfc6e995de /BKUWebStart/src/main/webapp/launch.html
parentb5eef23539b60eb2cc835fa264fddeba3a63d3b2 (diff)
downloadmocca-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/main/webapp/launch.html')
-rw-r--r--BKUWebStart/src/main/webapp/launch.html17
1 files changed, 0 insertions, 17 deletions
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>