blob: 9df4e9495a66778cc57279cc1df220a6f7574ef8 (
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-awt.jnlp">
<information>
<title>NEWT - New Windowing Toolkit (AWT)</title>
<vendor>Sun Microsystems, Inc.</vendor>
<homepage href="http://jogl.dev.java.net/"/>
<description>NEWT - A NativeWindow Interface implementation (beta2) - AWT</description>
<description kind="short">NEWT - A NativeWindow Interface implementation (beta2) - AWT</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<jar href="newt.awt.jar" main="true"/>
<extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" />
<extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" />
</resources>
<component-desc />
</jnlp>
|