aboutsummaryrefslogtreecommitdiffstats
path: root/tests/netx/unit/net/sourceforge/jnlp/application/application6.jnlp
blob: 6728a104370b6fe40db7c043a95d40dea8de8c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<jnlp spec="1.5+" codebase="file" href="www.redhat.com">
  <information>
    <title>Sample Test</title>
    <vendor>RedHat</vendor>
    <offline-allowed />
    <shortcut>
      <desktop />
    </shortcut>
  </information>
  <resources>
    <j2se version='1.6+' />
    <jar href='myResource.jar' main='true' />
  </resources>
  <application-desc main-class='Test' />
</jnlp>