1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<jnlp spec="1.0+" href="testsgui.jnlp" codebase="@wwwbase@"> |
3 |
<information> |
4 |
<title>jGridstart Tests</title> |
5 |
<vendor>Nikhef</vendor> |
6 |
<homepage href="@wwwbase@"/> |
7 |
<description>jGridstart Testing Program</description> |
8 |
</information> |
9 |
<security> |
10 |
<all-permissions/> |
11 |
</security> |
12 |
<resources> |
13 |
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+"/> |
14 |
<jar href="@tests.name@.jar"/> |
15 |
<extension name="BouncyCastle cryptography library" href="bcprov.jnlp"/> |
16 |
<property name="java.security.policy" value="@wwwbase@bcprov.policy"/> |
17 |
</resources> |
18 |
<application-desc main-class="@tests.main@"/> |
19 |
</jnlp> |