aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/resources/about.jnlp
blob: e5bf1e11dd8464e6dca599c3443b1a495bd8b1a5 (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="about.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="about.jar"/>
  </resources>
  <security>
    <all-permissions/>
  </security>
  <application-desc main-class="net.sourceforge.jnlp.about.Main">
  </application-desc>
</jnlp>