diff options
author | Sven Gothel <[email protected]> | 2010-05-19 04:10:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-19 04:10:10 +0200 |
commit | 8e078b5902ed7615fd976499af7100f6f84cb2db (patch) | |
tree | 5c04642695a19be23dc2b1274ae6a544f8e1b564 | |
parent | 754fc39fc9e60545ce13408798b9b69f8853af41 (diff) |
Fix JNLPs .. vendor and url
-rw-r--r-- | jnlp-files/jogl-all-awt.jnlp | 4 | ||||
-rw-r--r-- | jnlp-files/jogl-all-noawt.jnlp | 4 | ||||
-rw-r--r-- | jnlp-files/jogl-awt.jnlp | 4 | ||||
-rw-r--r-- | jnlp-files/jogl-core.jnlp | 4 | ||||
-rw-r--r-- | jnlp-files/jogl-gl2es12.jnlp | 4 | ||||
-rw-r--r-- | jnlp-files/nativewindow-all-awt.jnlp | 2 | ||||
-rw-r--r-- | jnlp-files/nativewindow-awt.jnlp | 2 | ||||
-rw-r--r-- | jnlp-files/nativewindow.jnlp | 2 | ||||
-rw-r--r-- | jnlp-files/newt-all-awt.jnlp | 4 | ||||
-rw-r--r-- | jnlp-files/newt-all-noawt.jnlp | 4 | ||||
-rw-r--r-- | jnlp-files/newt-awt.jnlp | 4 | ||||
-rw-r--r-- | jnlp-files/newt-jogl.jnlp | 4 | ||||
-rw-r--r-- | jnlp-files/newt.jnlp | 4 |
13 files changed, 23 insertions, 23 deletions
diff --git a/jnlp-files/jogl-all-awt.jnlp b/jnlp-files/jogl-all-awt.jnlp index 718d09da7..df0c56076 100644 --- a/jnlp-files/jogl-all-awt.jnlp +++ b/jnlp-files/jogl-all-awt.jnlp @@ -3,8 +3,8 @@ href="jogl-all-awt.jnlp"> <information> <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> + <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 kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description> <offline-allowed/> diff --git a/jnlp-files/jogl-all-noawt.jnlp b/jnlp-files/jogl-all-noawt.jnlp index 3e4536dc5..14fb181a7 100644 --- a/jnlp-files/jogl-all-noawt.jnlp +++ b/jnlp-files/jogl-all-noawt.jnlp @@ -3,8 +3,8 @@ href="jogl-all-noawt.jnlp"> <information> <title>Java(tm) Binding to the OpenGL(r) API (ALL.NO_AWT)</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> + <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 kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.NO_AWT</description> <offline-allowed/> diff --git a/jnlp-files/jogl-awt.jnlp b/jnlp-files/jogl-awt.jnlp index 3e823ce50..684c2d5da 100644 --- a/jnlp-files/jogl-awt.jnlp +++ b/jnlp-files/jogl-awt.jnlp @@ -3,8 +3,8 @@ href="jogl-awt.jnlp"> <information> <title>Java(tm) Binding to the OpenGL(r) API (AWT)</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - AWT</description> <description kind="short">Java programming language binding for the OpenGL 3D graphics API - AWT.</description> <offline-allowed/> diff --git a/jnlp-files/jogl-core.jnlp b/jnlp-files/jogl-core.jnlp index 05ea506e4..dca293720 100644 --- a/jnlp-files/jogl-core.jnlp +++ b/jnlp-files/jogl-core.jnlp @@ -3,8 +3,8 @@ href="jogl-core.jnlp"> <information> <title>Java(tm) Binding to the OpenGL(r) API (CORE)</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - CORE</description> <description kind="short">Java programming language binding for the OpenGL 3D graphics API - CORE.</description> <offline-allowed/> diff --git a/jnlp-files/jogl-gl2es12.jnlp b/jnlp-files/jogl-gl2es12.jnlp index 4a2c8502d..92fa621cf 100644 --- a/jnlp-files/jogl-gl2es12.jnlp +++ b/jnlp-files/jogl-gl2es12.jnlp @@ -3,8 +3,8 @@ href="jogl-gl2es12.jnlp"> <information> <title>Java(tm) Binding to the OpenGL(r) API (GL2ES12)</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> <description>Java Binding to the OpenGL API - JSR-231 2.0.0 - GL2ES12</description> <description kind="short">Java programming language binding for the OpenGL 3D graphics API - GL2ES12.</description> <offline-allowed/> diff --git a/jnlp-files/nativewindow-all-awt.jnlp b/jnlp-files/nativewindow-all-awt.jnlp index 34edf4a1f..5273c2c88 100644 --- a/jnlp-files/nativewindow-all-awt.jnlp +++ b/jnlp-files/nativewindow-all-awt.jnlp @@ -3,7 +3,7 @@ href="nativewindow-all-awt.jnlp"> <information> <title>Java(tm) NativeWindow Interface API (ALL.AWT)</title> - <vendor>Sun Microsystems, Inc.</vendor> + <vendor>JogAmp Community</vendor> <homepage href="http://nativewindow.dev.java.net/"/> <description>Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description> <description kind="short">Java API for a binding to a native windowing system - 2.0 - ALL.AWT</description> diff --git a/jnlp-files/nativewindow-awt.jnlp b/jnlp-files/nativewindow-awt.jnlp index 1cc1a62be..b7a5c0f88 100644 --- a/jnlp-files/nativewindow-awt.jnlp +++ b/jnlp-files/nativewindow-awt.jnlp @@ -3,7 +3,7 @@ href="nativewindow-awt.jnlp"> <information> <title>Java(tm) NativeWindow Interface API (AWT)</title> - <vendor>Sun Microsystems, Inc.</vendor> + <vendor>JogAmp Community</vendor> <homepage href="http://nativewindow.dev.java.net/"/> <description>Java API for a binding to a native windowing system - 2.0 - AWT</description> <description kind="short">Java API for a binding to a native windowing system - 2.0 - AWT</description> diff --git a/jnlp-files/nativewindow.jnlp b/jnlp-files/nativewindow.jnlp index b8ed6f36f..67cb61279 100644 --- a/jnlp-files/nativewindow.jnlp +++ b/jnlp-files/nativewindow.jnlp @@ -3,7 +3,7 @@ href="nativewindow.jnlp"> <information> <title>Java(tm) NativeWindow Interface API (CORE)</title> - <vendor>Sun Microsystems, Inc.</vendor> + <vendor>JogAmp Community</vendor> <homepage href="http://nativewindow.dev.java.net/"/> <description>Java API for a binding to a native windowing system - 2.0 - CORE</description> <description kind="short">Java API for a binding to a native windowing system - 2.0 - CORE</description> diff --git a/jnlp-files/newt-all-awt.jnlp b/jnlp-files/newt-all-awt.jnlp index 24183b9e2..f063ae1b9 100644 --- a/jnlp-files/newt-all-awt.jnlp +++ b/jnlp-files/newt-all-awt.jnlp @@ -3,8 +3,8 @@ href="newt-all-awt.jnlp"> <information> <title>NEWT - New Windowing Toolkit (ALL.AWT)</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> <description>NEWT - A NativeWindow Interface implementation - ALL.AWT</description> <description kind="short">NEWT - A NativeWindow Interface implementation - ALL.AWT</description> <offline-allowed/> diff --git a/jnlp-files/newt-all-noawt.jnlp b/jnlp-files/newt-all-noawt.jnlp index 36f437296..63ff48e3b 100644 --- a/jnlp-files/newt-all-noawt.jnlp +++ b/jnlp-files/newt-all-noawt.jnlp @@ -3,8 +3,8 @@ href="newt-all-noawt.jnlp"> <information> <title>NEWT - New Windowing Toolkit (ALL.NO_AWT)</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> <description>NEWT - A NativeWindow Interface implementation - ALL.NO_AWT</description> <description kind="short">NEWT - A NativeWindow Interface implementation - ALL.NO_AWT</description> <offline-allowed/> diff --git a/jnlp-files/newt-awt.jnlp b/jnlp-files/newt-awt.jnlp index f4cd0799e..02f25786a 100644 --- a/jnlp-files/newt-awt.jnlp +++ b/jnlp-files/newt-awt.jnlp @@ -3,8 +3,8 @@ href="newt-awt.jnlp"> <information> <title>NEWT - New Windowing Toolkit (AWT)</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> <description>NEWT - A NativeWindow Interface implementation - AWT</description> <description kind="short">NEWT - A NativeWindow Interface implementation - AWT</description> <offline-allowed/> diff --git a/jnlp-files/newt-jogl.jnlp b/jnlp-files/newt-jogl.jnlp index bd8d8a675..ee95a1faa 100644 --- a/jnlp-files/newt-jogl.jnlp +++ b/jnlp-files/newt-jogl.jnlp @@ -3,8 +3,8 @@ href="newt-jogl.jnlp"> <information> <title>NEWT - New Windowing Toolkit (JOGL)</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> <description>NEWT - A NativeWindow Interface implementation - JOGL</description> <description kind="short">NEWT - A NativeWindow Interface implementation - JOGL</description> <offline-allowed/> diff --git a/jnlp-files/newt.jnlp b/jnlp-files/newt.jnlp index 71eb9952d..ce4ed6f28 100644 --- a/jnlp-files/newt.jnlp +++ b/jnlp-files/newt.jnlp @@ -3,8 +3,8 @@ href="newt.jnlp"> <information> <title>NEWT - New Windowing Toolkit (CORE)</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> <description>NEWT - A NativeWindow Interface implementation - CORE</description> <description kind="short">NEWT - A NativeWindow Interface implementation - CORE</description> <offline-allowed/> |