WikiStart: talos-rowing.jnlp

File talos-rowing.jnlp, 1.1 KB (added by tshalif, 9 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3
4<jnlp spec="1.0+" codebase="http://nargila.org/trac/robostroke/raw-attachment/wiki/WikiStart/">
5
6  <information>
7    <title>robostroke-swing</title>
8    <vendor>Talos Rowing</vendor>
9    <description>Talos Rowing Session Viewer</description>
10    <homepage href="http://nargila.org/trac/robostroke"/>
11    <icon href="logo.png"/>
12    <icon kind="flash" href="logo.png"/>
13
14    <offline-allowed />
15  </information>
16  <security>
17    <all-permissions />
18  </security>
19 
20  <resources>
21    <j2se version="1.6" java-vm-args="-Dnargila.org=true"/>
22       
23    <jar href="robostroke-swing-0.9.6-SNAPSHOT.jar" main="true"/>
24    <jar href="robostroke-common-0.9.6-SNAPSHOT.jar"/>
25    <jar href="slf4j-api-1.6.4.jar"/>
26    <jar href="slf4j-jdk14-1.6.4.jar"/>
27    <jar href="gstreamer-java-1.6-SNAPSHOT.jar"/>
28    <jar href="jna-3.5.1.jar"/>
29    <jar href="platform-3.5.1.jar"/>
30    <jar href="javase-2.2.jar"/>
31    <jar href="core-2.2.jar"/>
32    <jar href="vlcj-2.3.1.jar"/>
33
34  </resources>
35
36  <application-desc main-class="org.nargila.robostroke.app.RoboStrokeSwing" />
37</jnlp>
38
39<!--
40 Local variables:
41 mode: xml
42 End:
43-->