diff options
author | Sven Gothel <[email protected]> | 2009-07-03 23:37:40 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-03 23:37:40 +0000 |
commit | d2479923b88f4444da2c48891e7ec006575d20cd (patch) | |
tree | ce16a0157643b356f70f807e6ec087d31f3d5803 /jnlp-files/worldwind.jnlp | |
parent | 676988d2ef6fbcd635cdfaeace39a4b17d73b5f3 (diff) |
Adding boiler-plate JNLP files
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@368 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'jnlp-files/worldwind.jnlp')
-rw-r--r-- | jnlp-files/worldwind.jnlp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/jnlp-files/worldwind.jnlp b/jnlp-files/worldwind.jnlp new file mode 100644 index 0000000..5eca29b --- /dev/null +++ b/jnlp-files/worldwind.jnlp @@ -0,0 +1,26 @@ +<?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> + <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"/> + </resources> + <application-desc main-class="worldwinddemo.BasicDemo"/> +</jnlp> |