blob: 44763b647ea6e2fdc71bf24cc392a0befbae3164 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0" href="about.jnlp" codebase=".">
<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="about.jar"/>
</resources>
<application-desc main-class="net.sourceforge.javaws.about.Main">
</application-desc>
</jnlp>
|