diff options
author | Sven Gothel <[email protected]> | 2010-05-19 04:12:12 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-19 04:12:12 +0200 |
commit | dbcc40e1ca5ec23703f5c8c863b8d6be592e7d17 (patch) | |
tree | eec3f7b8cb272c17ed0a4941c61b13f0f16f8e3b /jnlp-files | |
parent | 7f407a63b564bcc7d24d0904da64be14ef43047d (diff) |
Fix JNLPs .. vendor and url
Diffstat (limited to 'jnlp-files')
-rw-r--r-- | jnlp-files/gluegen-rt.jnlp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlp-files/gluegen-rt.jnlp b/jnlp-files/gluegen-rt.jnlp index 8f4453e..1d3ad5f 100644 --- a/jnlp-files/gluegen-rt.jnlp +++ b/jnlp-files/gluegen-rt.jnlp @@ -3,8 +3,8 @@ href="gluegen-rt.jnlp"> <information> <title>GlueGen Runtime v2</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://gluegen.dev.java.net/"/> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/"/> <description>GlueGen Runtime Library</description> <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description> <offline-allowed/> |