aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jnlp_tests/simple/ReadProperties/resources/ReadProperties1.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jnlp_tests/simple/ReadProperties/resources/ReadProperties1.jnlp')
-rw-r--r--tests/jnlp_tests/simple/ReadProperties/resources/ReadProperties1.jnlp16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/jnlp_tests/simple/ReadProperties/resources/ReadProperties1.jnlp b/tests/jnlp_tests/simple/ReadProperties/resources/ReadProperties1.jnlp
new file mode 100644
index 0000000..4aff8e9
--- /dev/null
+++ b/tests/jnlp_tests/simple/ReadProperties/resources/ReadProperties1.jnlp
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="./"
+ href="ReadProperties1.jnlp">
+ <information>
+ <title>read properties using System.getenv()</title>
+ </information>
+ <resources>
+ <jar href="ReadProperties.jar" main="true"/>
+ </resources>
+ <application-desc main-class="ReadProperties">
+ <argument>user.name</argument>
+ </application-desc>
+
+
+</jnlp>