aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/applet-version.jnlp
blob: 105a19f619774db0fb0d2babc5d96c8128e836d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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="newt-all-awt" href="JOGL_CODEBASE_TAG/newt-all-awt.jnlp" version="JOGAMP_VERSION" />
    </resources>

  <applet-desc 
      name="Version-Applet"
      main-class="com.jogamp.newt.impl.awt.opengl.VersionApplet"
      width="800" 
      height="600">
  </applet-desc>
</jnlp>