From 926bf101da90eb450d1700d2ddc1242c9e18a2cb Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Thu, 15 Sep 2011 07:50:41 +0200
Subject: cleanup www and jnlp-files folder, dropping all jnlp/html code to
 jnlp-files

---
 jnlp-files/applet-redsquare-newtawt.jnlp | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 jnlp-files/applet-redsquare-newtawt.jnlp

(limited to 'jnlp-files/applet-redsquare-newtawt.jnlp')

diff --git a/jnlp-files/applet-redsquare-newtawt.jnlp b/jnlp-files/applet-redsquare-newtawt.jnlp
new file mode 100644
index 0000000..f184960
--- /dev/null
+++ b/jnlp-files/applet-redsquare-newtawt.jnlp
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp href="applet-redsquare-newtawt.jnlp">
+  <information>
+    <title>JOGL JNLP Applet RedSquare NEWT-AWT Demo</title>
+    <vendor>JogAmp Community</vendor>
+    <homepage href="http://jogamp.org/jogl-demos/"/>
+    <description>RedSquare NEWT-AWT Demo</description>
+    <description kind="short">RedSquare NEWT-AWT Demo</description>
+    <offline-allowed/>
+  </information>
+
+    <resources>
+      <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+      <property name="sun.java2d.noddraw" value="true"/>
+      <jar href="../jar/jogl-demos.jar" main="true"/>
+      <jar href="../jar/jogl-demos-util.jar"/>
+      <extension name="jogl-all-awt" href="../jogl-all-awt.jnlp" />
+    </resources>
+
+  <applet-desc 
+      name="RedSquare-NEWT-AWT-Applet"
+      main-class="demos.applets.RedSquareNEWTAWTApplet"
+      width="640" 
+      height="480">
+  </applet-desc>
+</jnlp>
-- 
cgit v1.2.3