aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jnlp_tests/simple/ReadEnvironment/resources/ReadEnvironment.jnlp
blob: 822027543218f816c6aa479512fc48a088197dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0"
      codebase="./"
      href="ReadEnvironment.jnlp">
    <information>
        <title>ReadEnvironment using System.getenv()</title>
    </information>
    <resources>
        <jar href="ReadEnvironment.jar" main="true" />
    </resources>
    <application-desc main-class="ReadEnvironment"/>
</jnlp>