aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple/ReadProperties/resources/ReadProperties2.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reproducers/simple/ReadProperties/resources/ReadProperties2.jnlp')
-rw-r--r--tests/reproducers/simple/ReadProperties/resources/ReadProperties2.jnlp15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/reproducers/simple/ReadProperties/resources/ReadProperties2.jnlp b/tests/reproducers/simple/ReadProperties/resources/ReadProperties2.jnlp
new file mode 100644
index 0000000..f4e5418
--- /dev/null
+++ b/tests/reproducers/simple/ReadProperties/resources/ReadProperties2.jnlp
@@ -0,0 +1,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>