/[pdpsoft]/branches/nl.nikhef.jgridstart-htmlpane/nl.nikhef.jgridstart/deployment/jgridstart.jnlp.in |
Parent Directory
|
Revision Log
move HTMLPane-based TemplatePane into a branch since it has issues: (1) opaque input controls go against theme which is notable with control background control but it only happens with an ActionListener (2) dataFromContributors() doesn't seem to work with an ActionListener (3) need stubs for proguard
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> |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |