aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-10-16 12:03:10 +0200
committerSven Gothel <[email protected]>2013-10-16 12:03:10 +0200
commit12d1142d197afb17828056252282fb5a6186b325 (patch)
tree81baf3c72afc14f3289925b5264849571d9ba4ac /jnlp-files
parenta05b87a369441d9ef38f97929f866b3d4ced0e57 (diff)
Validate codebase in jnlp files, add missing codebase entries.
Diffstat (limited to 'jnlp-files')
-rw-r--r--jnlp-files/jogl-applet-runner-newt.jnlp3
1 files changed, 2 insertions, 1 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt.jnlp b/jnlp-files/jogl-applet-runner-newt.jnlp
index c33e1b761..d53febdbd 100644
--- a/jnlp-files/jogl-applet-runner-newt.jnlp
+++ b/jnlp-files/jogl-applet-runner-newt.jnlp
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<jnlp href="jogl-applet-runner-newt.jnlp">
+<jnlp codebase="JOGL_CODEBASE_TAG/"
+ href="jogl-applet-runner-newt.jnlp" version="JOGAMP_VERSION">
<information>
<title>JOGL JNLP Applet Runner NEWT</title>
<vendor>JogAmp Community</vendor>