summaryrefslogtreecommitdiffstats
path: root/www/webstart/TestTranslate2.jnlp
blob: 068195a7911a49943a3a49a6100f08798fba0f63 (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="TestTranslate2.jnlp">
  <information>
    <title>Translate2 Manipulator</title>
    <vendor>Kenneth Russell</vendor>
    <homepage href="http://jogl-demos.dev.java.net/"/>
    <description>Translate2 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.TestTranslate2"/>
</jnlp>