aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple/ReadProperties/resources/ReadProperties1.jnlp
blob: 54873c28318670155bb769c38ab6879e3fe0d867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0"
      codebase="./"
      href="ReadProperties1.jnlp">
    <information>
        <title>read properties using System.getenv()</title>
        <vendor>IcedTea</vendor>
    </information>
    <resources>
        <jar href="ReadProperties.jar" main="true"/>
    </resources>
    <application-desc main-class="ReadProperties">
      <argument>user.name</argument>
    </application-desc>


</jnlp>