blob: 3463a1965571dda23f89f9a5874b369c6d725a55 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="JOGL_CODEBASE_TAG/"
href="jogl-noawt.jnlp" version="JOGAMP_VERSION">
<information>
<title>Java(tm) Binding to the OpenGL(r) API (NO_AWT)</title>
<vendor>JogAmp Community</vendor>
<homepage href="http://jogamp.org/"/>
<description>Java Binding to the OpenGL API - 2.0.0 - NO_AWT</description>
<description kind="short">Java programming language binding for the OpenGL 3D graphics API - NO_AWT</description>
<offline-allowed/>
</information>
<update check="background" policy="always"/>
<security>
<all-permissions/>
</security>
<resources>
<jar href="jar/atomic/jogl.core.jar" />
<jar href="jar/atomic/jogl.sdk.jar" />
<jar href="jar/atomic/jogl.util.jar" />
<jar href="jar/atomic/jogl.glutess.jar" />
<jar href="jar/atomic/jogl.glumipmap.jar" />
<jar href="jar/atomic/jogl.gldesktop.jar" />
<jar href="jar/atomic/jogl.gldesktop.dbg.jar" />
<jar href="jar/atomic/jogl.glugldesktop.jar" />
<jar href="jar/atomic/jogl.util.gldesktop.jar" />
<extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow-noawt.jnlp" />
</resources>
<resources os="Windows" arch="x86">
<jar href="jar/atomic/jogl.os.win.jar" />
<nativelib href = "jar/atomic/jogl-natives-windows-i586.jar" />
</resources>
<resources os="Windows" arch="amd64">
<jar href="jar/atomic/jogl.os.win.jar" />
<nativelib href = "jar/atomic/jogl-natives-windows-amd64.jar" />
</resources>
<resources os="Windows" arch="x86_64">
<jar href="jar/atomic/jogl.os.win.jar" />
<nativelib href = "jar/atomic/jogl-natives-windows-amd64.jar" />
</resources>
<resources os="SunOS" arch="sparc">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-solaris-sparc.jar" />
</resources>
<resources os="SunOS" arch="sparcv9">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-solaris-sparcv9.jar" />
</resources>
<resources os="SunOS" arch="x86">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-solaris-i586.jar" />
</resources>
<resources os="SunOS" arch="amd64">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-solaris-amd64.jar" />
</resources>
<resources os="SunOS" arch="x86_64">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-solaris-amd64.jar" />
</resources>
<resources os="Linux" arch="i386">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-linux-i586.jar" />
</resources>
<resources os="Linux" arch="x86">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-linux-i586.jar" />
</resources>
<resources os="Linux" arch="amd64">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-linux-amd64.jar" />
</resources>
<resources os="Linux" arch="x86_64">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-linux-amd64.jar" />
</resources>
<resources os="Linux" arch="arm">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-linux-armv7.jar" />
</resources>
<resources os="Linux" arch="armv7">
<jar href="jar/atomic/jogl.os.x11.jar" />
<nativelib href = "jar/atomic/jogl-natives-linux-armv7.jar" />
</resources>
<resources os="Mac OS X" arch="i386">
<jar href="jar/atomic/jogl.os.osx.jar" />
<nativelib href = "jar/atomic/jogl-natives-macosx-universal.jar" />
</resources>
<resources os="Mac OS X" arch="x86_64">
<jar href="jar/atomic/jogl.os.osx.jar" />
<nativelib href = "jar/atomic/jogl-natives-macosx-universal.jar" />
</resources>
<component-desc />
</jnlp>
|