diff options
author | Sven Gothel <[email protected]> | 2011-09-13 21:52:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-13 21:52:31 +0200 |
commit | 0e8bc4086446e58a565ee4e05ba3db184df7dc6b (patch) | |
tree | 13cd163b865905ce8b3f0a5cc5bd00c69848165f | |
parent | b43776adf41023424e862779ae2978e3dc576956 (diff) |
Fix all jnlp files
-rw-r--r-- | jnlp-files/jogl-all-awt.jnlp | 2 | ||||
-rw-r--r-- | jnlp-files/jogl-all-mobile.jnlp | 2 | ||||
-rw-r--r-- | jnlp-files/jogl-all-noawt.jnlp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/jnlp-files/jogl-all-awt.jnlp b/jnlp-files/jogl-all-awt.jnlp index f287019cf..55ae21d2a 100644 --- a/jnlp-files/jogl-all-awt.jnlp +++ b/jnlp-files/jogl-all-awt.jnlp @@ -5,7 +5,7 @@ <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title> <vendor>JogAmp Community</vendor> <homepage href="http://jogamp.org/"/> - <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - ALL.AWT</description> + <description>Java Binding to the OpenGL API - 2.0.0 - ALL.AWT</description> <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description> <offline-allowed/> </information> diff --git a/jnlp-files/jogl-all-mobile.jnlp b/jnlp-files/jogl-all-mobile.jnlp index d93eb8be9..5f96137c2 100644 --- a/jnlp-files/jogl-all-mobile.jnlp +++ b/jnlp-files/jogl-all-mobile.jnlp @@ -5,7 +5,7 @@ <title>Java(tm) Binding to the OpenGL(r) API (ALL.MOBILE)</title> <vendor>JogAmp Community</vendor> <homepage href="http://jogamp.org/"/> - <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - ALL.MOBILE</description> + <description>Java Binding to the OpenGL API - 2.0.0 - ALL.MOBILE</description> <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.MOBILE</description> <offline-allowed/> </information> diff --git a/jnlp-files/jogl-all-noawt.jnlp b/jnlp-files/jogl-all-noawt.jnlp index 43757ae32..63f558d38 100644 --- a/jnlp-files/jogl-all-noawt.jnlp +++ b/jnlp-files/jogl-all-noawt.jnlp @@ -5,7 +5,7 @@ <title>Java(tm) Binding to the OpenGL(r) API (ALL.NO_AWT)</title> <vendor>JogAmp Community</vendor> <homepage href="http://jogamp.org/"/> - <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - ALL.NO_AWT</description> + <description>Java Binding to the OpenGL API - 2.0.0 - ALL.NO_AWT</description> <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.NO_AWT</description> <offline-allowed/> </information> |