<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0"
      codebase="./"
      href="CacheReproducer2_1.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="SimpletestSigned1.jar" main="false" download="lazy"/>
        <jar href="CacheReproducer.jar" main="true"/>
    </resources>
    <application-desc main-class="CacheReproducer"/>
     <security>
      <all-permissions/>
    </security>
</jnlp>