1 | <jnlp |
---|
2 | version="0.0.20090106.00" |
---|
3 | codebase="http://asteasolutions.net/~jordan/jws-demo" |
---|
4 | href="sophie2author.jnlp" |
---|
5 | > |
---|
6 | <information> |
---|
7 | <title>Sophie 2 Author</title> |
---|
8 | <vendor>Astea Solutions</vendor> |
---|
9 | <offline-allowed/> |
---|
10 | </information> |
---|
11 | <security> |
---|
12 | <all-permissions/> |
---|
13 | </security> |
---|
14 | <resources> |
---|
15 | <j2se version="1.6" java-vm-args="-ea"/> |
---|
16 | <jar href="org.sophie2.launcher-2.0-SNAPSHOT.jar" main="true"/> |
---|
17 | <jar href="org.sophie2.author-2.0-SNAPSHOT.jar"/> |
---|
18 | </resources> |
---|
19 | <application-desc main-class="org.sophie2.launcher.JavaWebStartMain"> |
---|
20 | <argument>/author.bundles.config</argument> |
---|
21 | <argument>http://asteasolutions.net/~jordan/jws-demo/</argument> |
---|
22 | </application-desc> |
---|
23 | </jnlp> |
---|