blob: b7a5c0f8868a8a9a415bdb56187317c79995573e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="JOGL_CODEBASE_TAG/"
href="nativewindow-awt.jnlp">
<information>
<title>Java(tm) NativeWindow Interface API (AWT)</title>
<vendor>JogAmp Community</vendor>
<homepage href="http://nativewindow.dev.java.net/"/>
<description>Java API for a binding to a native windowing system - 2.0 - AWT</description>
<description kind="short">Java API for a binding to a native windowing system - 2.0 - AWT</description>
<offline-allowed/>
</information>
<update check="background" policy="always"/>
<security>
<all-permissions/>
</security>
<resources>
<jar href="nativewindow.awt.jar" main="true" />
<extension name="nativewindow" href="JOGL_CODEBASE_TAG/nativewindow.jnlp" />
</resources>
<component-desc />
</jnlp>
|