aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jnlp_tests/signed/CacheReproducer/resources/CacheReproducer1.jnlp
blob: c818e4afbc5ba2ecd7b56501f36db28d3756a80f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0"
      codebase="./"
      href="CacheReproducer1.jnlp">
    <information>
        <title>Just prints out "Good simple javaws exapmle" using reflection call from CacheReproducer.jar SimpletestSigned1.jar</title>
        <vendor>Red Hat</vendor>
    </information>
    <resources>
        <jar href="CacheReproducer.jar" main="true"/>
        <jar href="SimpletestSigned1.jar" main="false" download="eager"/>  
    </resources>
    <application-desc main-class="CacheReproducer"/>
     <security>
      <all-permissions/>
    </security>
</jnlp>