aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jnlp_tests/simple/SetContextClassLoader/resources/SetContextClassLoader.jnlp
blob: 996bb88d6a116a290aed87489b05ddfb317854b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0"
      codebase="./"
      href="SetContextClassLoader.jnlp">
    <information>
        <title>set context classloader</title>
        <vendor>IcedTea</vendor>
    </information>
    <resources>
        <jar href="SetContextClassLoader.jar" main="true" download="eager"/>
    </resources>
    <application-desc main-class="SetContextClassLoader"/>
</jnlp>