summaryrefslogtreecommitdiffstats
path: root/src/redbook/master-applet.jnlp
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2009-09-15 11:53:20 +0200
committerMichael Bien <[email protected]>2009-09-15 11:53:20 +0200
commit85bd6a6eca6691a7b215e36e09800d410d4a695e (patch)
tree7ba2d2e74b559bf9d7d1b5f74e826c07f9c1634e /src/redbook/master-applet.jnlp
parent293fda5dca0f22d93c9d3019ca12724c67de5c9d (diff)
Initial import of JOGL 2 redbook sample projects
-project builds stand alone, all dependencies including doc are downloaded automatically -a full build will create a slideshow applet in dist/ -project can be opened with NetBeans -original credits go to Kiet Le, ported to JOGL 2 by Claudio E. Goes
Diffstat (limited to 'src/redbook/master-applet.jnlp')
-rw-r--r--src/redbook/master-applet.jnlp23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/redbook/master-applet.jnlp b/src/redbook/master-applet.jnlp
new file mode 100644
index 0000000..3e49332
--- /dev/null
+++ b/src/redbook/master-applet.jnlp
@@ -0,0 +1,23 @@
+<jnlp spec="1.0+" codebase="${jnlp.codebase}" href="launch.jnlp">
+ <information>
+ <title>${APPLICATION.TITLE}</title>
+ <vendor>${APPLICATION.VENDOR}</vendor>
+ <homepage href="${APPLICATION.HOMEPAGE}"/>
+ <description>${APPLICATION.DESC}</description>
+ <description kind="short">${APPLICATION.DESC.SHORT}</description>
+<!--${JNLP.ICONS}-->
+<!--${JNLP.OFFLINE.ALLOWED}-->
+ </information>
+<!--${JNLP.SECURITY}-->
+ <resources>
+<!--${JNLP.RESOURCES.RUNTIME}-->
+<!--${JNLP.RESOURCES.MAIN.JAR}-->
+<!--${JNLP.RESOURCES.JARS}-->
+<!--${JNLP.RESOURCES.EXTENSIONS}-->
+ <extension name="jogl-all-awt" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" />
+ </resources>
+ <applet-desc main-class="${jnlp.main.class}" name="${APPLICATION.TITLE}"
+ width="${jnlp.applet.width}" height="${jnlp.applet.height}">
+<!--${JNLP.APPLET.PARAMS}-->
+ </applet-desc>
+</jnlp>