summaryrefslogtreecommitdiffstats
path: root/www/webstart/TestTranslate1.jnlp
blob: 8396b84c46f989d79f51caa68945b1de1857b238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
      href="TestTranslate1.jnlp">
  <information>
    <title>Translate1 Manipulator</title>
    <vendor>Kenneth Russell</vendor>
    <homepage href="http://jogl-demos.dev.java.net/"/>
    <description>Translate1 Manipulator Test</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="jogl-demos-util.jar" main="true" />
      <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
    </resources>

  <application-desc main-class="gleem.TestTranslate1"/>
</jnlp>