blob: 8efa7c796f927c50d60530a573a99cf8e7537e2e (
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-jsr-231.jnlp">
<information>
<title>JOGL</title>
<vendor>Sun Microsystems, Inc.</vendor>
<homepage href="http://jogl.dev.java.net/"/>
<description>JOGL - JSR-231 Test Build</description>
<description kind="short">Java programming language binding for the OpenGL 3D graphics API. (Test build of JSR-231 APIs)</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<jar href="jogl-jsr-231.jar" />
</resources>
<resources os="Windows">
<nativelib href = "jogl-natives-win32-jsr-231.jar" />
</resources>
<resources os="SunOS" arch="sparc">
<nativelib href = "jogl-natives-solsparc-jsr-231.jar" />
</resources>
<resources os="SunOS" arch="x86">
<nativelib href = "jogl-natives-solx86-jsr-231.jar" />
</resources>
<resources os="Linux">
<nativelib href = "jogl-natives-linux-jsr-231.jar" />
</resources>
<resources os="Mac OS X">
<nativelib href = "jogl-natives-macosx-jsr-231.jar" />
</resources>
<component-desc />
</jnlp>
|