blob: ed5cc6d35d57fb700d0464ffd1e4c247335b33c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="JOGL_CODEBASE_TAG/"
href="newt-jogl.jnlp">
<information>
<title>NEWT - New Windowing Toolkit (JOGL)</title>
<vendor>Sun Microsystems, Inc.</vendor>
<homepage href="http://jogl.dev.java.net/"/>
<description>NEWT - A NativeWindow Interface implementation (beta2) - JOGL</description>
<description kind="short">NEWT - A NativeWindow Interface implementation (beta2) - JOGL</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<jar href="newt.ogl.jar" main="true"/>
<extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" />
<extension name="jogl-core" href="JOGL_CODEBASE_TAG/jogl-core.jnlp" />
</resources>
<component-desc />
</jnlp>
|