summaryrefslogtreecommitdiffstats
path: root/jnlp-files/worldwind.jnlp
blob: 452e1e2b031c4aa1e4b041e2378b8cfbb7e02721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0"
      codebase="DEMO_CODEBASE_TAG"
      href="worldwind.jnlp">
    <information>
        <title>World Wind Java Application</title>
        <vendor>NASA</vendor>
        <homepage href="http://worldwind.arc.nasa.gov"/>
        <description>World Wind Java Basic Demo</description>
        <description kind="short">World Wind Java Application</description>
        <offline-allowed/>
    </information>
  <update check="background" policy="always"/>
  <security>
    <all-permissions/>
  </security>

    <resources>
        <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+" initial-heap-size="512m"
              max-heap-size="512m"/>
        <property name="sun.java2d.noddraw" value="true"/>
        <jar href="worldwind.jar" main="true"/>
        <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" version="JOGAMP_VERSION"/>
    </resources>
    <application-desc main-class="worldwinddemo.BasicDemo">
    </application-desc>
</jnlp>