summaryrefslogtreecommitdiffstats
path: root/www/webstart/jogl-1-1.jnlp
blob: 25b0eb2645fdd2d8b844da97158fdcf4751b58b7 (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
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="https://jogl.dev.java.net/webstart/"
      href="jogl-1-1.jnlp">
  <information>
    <title>JOGL</title>
    <vendor>Sun Microsystems, Inc.</vendor>
    <homepage href="http://jogl.dev.java.net/"/>
    <description>JOGL</description>
    <description kind="short">Java programming language binding for the OpenGL 3D graphics API.</description>
    <offline-allowed/>
  </information>
  <security>
      <all-permissions/>
  </security>

    <resources>
      <jar href="jogl-1-1.jar" />
    </resources>
    <resources os="Windows">
      <nativelib href = "jogl-natives-win32-1-1.jar" />
    </resources>
    <resources os="SunOS" arch="sparc">
      <nativelib href = "jogl-natives-solsparc-1-1.jar" />
    </resources>
    <resources os="SunOS" arch="x86">
      <nativelib href = "jogl-natives-solx86-1-1.jar" />
    </resources>
    <resources os="Linux">
      <nativelib href = "jogl-natives-linux-1-1.jar" />
    </resources>
    <resources os="Mac OS X">
      <nativelib href = "jogl-natives-macosx-1-1.jar" />
    </resources>

  <component-desc />
</jnlp>