aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jnlp_tests/simple/ReadProperties/resources/ReadProperties2.jnlp
blob: f4e5418bff5e793c8d638e3470be650cd802796f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0"
      codebase="./"
      href="ReadProperties2.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.home</argument>
    </application-desc>
</jnlp>