aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/signed/MissingJar/resources/MissingJar.jnlp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reproducers/signed/MissingJar/resources/MissingJar.jnlp')
-rw-r--r--tests/reproducers/signed/MissingJar/resources/MissingJar.jnlp21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/reproducers/signed/MissingJar/resources/MissingJar.jnlp b/tests/reproducers/signed/MissingJar/resources/MissingJar.jnlp
new file mode 100644
index 0000000..ed761ca
--- /dev/null
+++ b/tests/reproducers/signed/MissingJar/resources/MissingJar.jnlp
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="./"
+ href="MissingJar.jnlp">
+ <information>
+ <title>test MissingJar</title>
+ <vendor>IcedTea</vendor>
+ </information>
+ <resources>
+ <!-- MissingJar is name of reproducer and of main jar,
+ so MissingJar.jar is presented unlike the ThisOneIsMissing jar -->
+ <jar href="MissingJar.jar" main="true" />
+ </resources>
+ <resources>
+ <jar href="ThisOneIsMissing.jar" />
+ </resources>
+ <application-desc main-class="MissingJar"/>
+ <security>
+ <all-permissions/>
+ </security>
+</jnlp>