aboutsummaryrefslogtreecommitdiffstats
path: root/tests/netx/unit/net/sourceforge/jnlp/application/application8.jnlp
blob: b4752497380f86f9af894a53f27d7cee59e2acf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.2+" codebase="file:///home/smohammad/Desktop/Test/" href="Sample2.jnlp">
  <information>
    <title>Sample</title>
    <vendor>RedHat</vendor>
    <description>This is a sample to test a bug</description>
    <offline-allowed />
    <icon href="red.gif" />
  </information>
  <resources>
    <jar version="1.2+" href="myResource2.jar" />
  </resources>
  <application-desc main-class="test.Runner" />
</jnlp>