1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<jnlp spec="1.0+" href="jgridstart.jnlp" codebase="@wwwbase@"> |
3 |
<information> |
4 |
<title>jGridStart</title> |
5 |
<vendor>Nikhef</vendor> |
6 |
<homepage href="@wwwbase@"/> |
7 |
<description>Setup your computer to work with the grid</description> |
8 |
</information> |
9 |
<security> |
10 |
<all-permissions/> |
11 |
</security> |
12 |
<resources> |
13 |
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.3+"/> |
14 |
<jar href="jgridstart.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="@main@"/> |
19 |
</jnlp> |