view tests/jnlp_tests/signed/CacheReproducer/resources/CacheReproducer1_1.jnlp @ 326:54cbfb3a5469

fixed LRU cache behaviour in case of failure. Tests added
author Jiri Vanek <jvanek@redhat.com>
date Wed, 01 Feb 2012 18:46:57 +0100
parents
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0"
      codebase="./"
      href="CacheReproducer1_1.jnlp">
    <information>
        <title>Just prints out "Good simple javaws exapmle" using reflection call from CacheReproducer.jar SimpletestSigned1.jar</title>
    </information>
    <resources>
        <jar href="CacheReproducer.jar" main="true"/>
        <jar href="SimpletestSigned1.jar" main="false" download="lazy"/>
    </resources>
    <application-desc main-class="CacheReproducer"/>
     <security>
      <all-permissions/>
    </security>
</jnlp>