aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jnlp_tests/signed/ReadPropertiesSigned/resources/ReadPropertiesSigned1.jnlp
blob: a1adab83582268168400b4129ae61099d9ce37f7 (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="ReadPropertiesSigned1.jnlp">
    <information>
        <title>read properties using System.getenv()</title>
        <vendor>IcedTea</vendor>
    </information>
    <resources>
        <jar href="ReadPropertiesSigned.jar" main="true"/>
    </resources>
    <application-desc main-class="ReadPropertiesSigned">
      <argument>user.name</argument>
    </application-desc>
</jnlp>