aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/newt-jogl.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-15 05:12:00 +0100
committerSven Gothel <[email protected]>2010-12-15 05:12:00 +0100
commit113c8a43457a11e53e3b088f53f997d0efd5aacf (patch)
tree8b452fbe635c31e97a472df4c8de15e200869ddf /jnlp-files/newt-jogl.jnlp
parent99a1452c9fa7289e3364d5c2a15b3b60fe723f5c (diff)
Add version tag in jnlp files
Diffstat (limited to 'jnlp-files/newt-jogl.jnlp')
-rw-r--r--jnlp-files/newt-jogl.jnlp6
1 files changed, 3 insertions, 3 deletions
diff --git a/jnlp-files/newt-jogl.jnlp b/jnlp-files/newt-jogl.jnlp
index 1201e5cdd..82bd234ab 100644
--- a/jnlp-files/newt-jogl.jnlp
+++ b/jnlp-files/newt-jogl.jnlp
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="JOGL_CODEBASE_TAG/"
- href="newt-jogl.jnlp">
+ href="newt-jogl.jnlp" version="JOGAMP_VERSION">
<information>
<title>NEWT - New Windowing Toolkit (JOGL)</title>
<vendor>JogAmp Community</vendor>
@@ -15,8 +15,8 @@
</security>
<resources>
<jar href="newt.ogl.jar" />
- <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" />
- <extension name="jogl-core" href="JOGL_CODEBASE_TAG/jogl-core.jnlp" />
+ <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" version="JOGAMP_VERSION" />
+ <extension name="jogl-core" href="JOGL_CODEBASE_TAG/jogl-core.jnlp" version="JOGAMP_VERSION" />
</resources>
<component-desc />
</jnlp>