blob: 124d49299cddd7b2a7c198f80ec5b9450310ec82 (
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="CacheReproducer2.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="eager"/>
<jar href="CacheReproducer.jar" main="true"/>
</resources>
<application-desc main-class="CacheReproducer"/>
<security>
<all-permissions/>
</security>
</jnlp>
|