aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jnlp_tests/signed/MissingJar/resources/MissingJar2.jnlp
blob: c4cae5987b0b315f2f0c3545f4ebac193b157335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0"
      codebase="./"
      href="MissingJar2.jnlp">
   <information> 
      <title>test MissingJar</title> 
   </information> 
   <resources>
      <jar href="ThisOneIsMissing.jar"  />
      <!-- 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>
   <application-desc main-class="MissingJar"/>
   <security>
      <all-permissions/>
   </security>
</jnlp>