aboutsummaryrefslogtreecommitdiffstats
path: root/www/webstart/jogl.jnlp
blob: 90ed712463de90262fc77feb5c21c09b5ba79e48 (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
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0.1" 
      codebase="http://jogl.dev.java.net/webstart/"
      href="jogl.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.jar" />
    </resources>
    <resources os="Windows">
      <nativelib href = "jogl-natives-win32.jar" />
    </resources>
    <resources os="SunOS" arch="sparc">
      <nativelib href = "jogl-natives-solsparc.jar" />
    </resources>
    <resources os="Linux">
      <nativelib href = "jogl-natives-linux.jar" />
    </resources>
    <resources os="Mac OS X">
      <nativelib href = "jogl-natives-macosx.jar" />
    </resources>

  <component-desc />
</jnlp>