diff options
author | Sven Gothel <[email protected]> | 2010-05-04 01:02:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-04 01:02:04 +0200 |
commit | 1d71ce88e98c5d3924508c2cf13cb131b96bd489 (patch) | |
tree | 5cea0ff2da3df3efa7d7eff4315186167c8ec70c /manifest.mf | |
parent | f919ae92dcec1fb4eb7f43b8ca4cc0bca95aab3f (diff) |
Manifest complies with JogAmp and JRE 6u19/20 ; Fix examples in webpage
Diffstat (limited to 'manifest.mf')
-rw-r--r-- | manifest.mf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/manifest.mf b/manifest.mf index 3e1374b..ccb196e 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,6 +1,7 @@ -Manifest-Version: 1.0 -Implementation-Title: Applet Launcher Utility -Implementation-Version: 0.9 -Implementation-Vendor: Sun Microsystems, Inc. -Implementation-Vendor-Id: com.sun -Extension-Name: org.jdesktop.applet.util +Manifest-Version: 1.0
+Implementation-Title: Applet Launcher Utility
+Implementation-Version: 0.9
+Implementation-Vendor: JogAmp community
+Implementation-Vendor-Id: com.jogamp
+Extension-Name: org.jdesktop.applet.util
+Trusted-Library: true
|