aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/newt-awt.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-awt.jnlp
parent99a1452c9fa7289e3364d5c2a15b3b60fe723f5c (diff)
Add version tag in jnlp files
Diffstat (limited to 'jnlp-files/newt-awt.jnlp')
-rw-r--r--jnlp-files/newt-awt.jnlp6
1 files changed, 3 insertions, 3 deletions
diff --git a/jnlp-files/newt-awt.jnlp b/jnlp-files/newt-awt.jnlp
index 652630c8c..947659e39 100644
--- a/jnlp-files/newt-awt.jnlp
+++ b/jnlp-files/newt-awt.jnlp
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="JOGL_CODEBASE_TAG/"
- href="newt-awt.jnlp">
+ href="newt-awt.jnlp" version="JOGAMP_VERSION">
<information>
<title>NEWT - New Windowing Toolkit (AWT)</title>
<vendor>JogAmp Community</vendor>
@@ -15,8 +15,8 @@
</security>
<resources>
<jar href="newt.awt.jar" />
- <extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" />
- <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" />
+ <extension name="nativewindow-awt" href="JOGL_CODEBASE_TAG/nativewindow-awt.jnlp" version="JOGAMP_VERSION" />
+ <extension name="newt" href="JOGL_CODEBASE_TAG/newt.jnlp" version="JOGAMP_VERSION" />
</resources>
<component-desc />
</jnlp>