aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/javaws-version.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-11 06:26:51 +0200
committerSven Gothel <[email protected]>2011-09-11 06:26:51 +0200
commit709d137d6f5ae86c185ee93b81b258be7e2c2c49 (patch)
tree59439f8714d5c75a6fc22f9d026d1c91e71c3f9d /jnlp-files/javaws-version.jnlp
parent3a224e7cad3afd5eac6ba7fbdfd080e9f7ce8d6e (diff)
Unify applet/application version test files: add jogl prefix
Diffstat (limited to 'jnlp-files/javaws-version.jnlp')
-rwxr-xr-xjnlp-files/javaws-version.jnlp19
1 files changed, 0 insertions, 19 deletions
diff --git a/jnlp-files/javaws-version.jnlp b/jnlp-files/javaws-version.jnlp
deleted file mode 100755
index 6a4a4bd9d..000000000
--- a/jnlp-files/javaws-version.jnlp
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="JOGL_CODEBASE_TAG" href="javaws-version.jnlp" version="JOGAMP_VERSION">
- <information>
- <title>JOGL JNLP Javaws Version</title>
- <vendor>JogAmp Community</vendor>
- <homepage href="http://jogamp.org/"/>
- <description>JOGL Version</description>
- <offline-allowed/>
- </information>
- <update check="background" policy="always"/>
-
- <resources>
- <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
- <!-- property name="sun.java2d.noddraw" value="true"/-->
- <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
- </resources>
-
- <application-desc main-class="jogamp.newt.driver.awt.opengl.VersionApplet"/>
-</jnlp>