blob: b2661010b570197ea9c3254c6ec17e9842299da7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0" href="default.jnlp" codebase="http://icedtea.classpath.org/netx/">
<information>
<title>About window for NetX</title>
<vendor>NetX</vendor>
<homepage href="http://jnlp.sourceforge.net/netx/"/>
<description>Displays information about NetX</description>
<offline/>
</information>
<resources>
<j2se version="1.4+"/>
<jar href="default.jar"/>
</resources>
<security>
<all-permissions/>
</security>
<application-desc main-class="net.sourceforge.jnlp.about.Main">
</application-desc>
</jnlp>
|