1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<jnlp spec="1.0+" href="testgui.jnlp" codebase="@wwwbase@"> |
3 |
<information> |
4 |
<title>jGridstart Tests</title> |
5 |
<vendor>Nikhef</vendor> |
6 |
<homepage href="http://jgridstart.nikhef.nl/"/> |
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 |
</resources> |
16 |
<application-desc main-class="@tests.main@"/> |
17 |
</jnlp> |