aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/applet-version.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files/applet-version.jnlp')
-rw-r--r--jnlp-files/applet-version.jnlp24
1 files changed, 0 insertions, 24 deletions
diff --git a/jnlp-files/applet-version.jnlp b/jnlp-files/applet-version.jnlp
deleted file mode 100644
index 7309e40f7..000000000
--- a/jnlp-files/applet-version.jnlp
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<jnlp codebase="JOGL_CODEBASE_TAG" href="applet-version.jnlp" version="JOGAMP_VERSION">
- <information>
- <title>JOGL JNLP Applet 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>
-
- <applet-desc
- name="Version-Applet"
- main-class="jogamp.newt.driver.awt.opengl.VersionApplet"
- width="800"
- height="600">
- </applet-desc>
-</jnlp>