aboutsummaryrefslogtreecommitdiffstats
path: root/make/newtversion-cdc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-28 14:27:47 +0200
committerSven Gothel <[email protected]>2010-04-28 14:27:47 +0200
commit14256647c8954bb8d6d2afa88927e75783bc912b (patch)
tree54b2eb74000f410ade6d55e4739088d3df281f38 /make/newtversion-cdc
parent3dfb97a57bf1116c44709c50cbb9d0628967fd52 (diff)
- JAR Manifest: Trusted-Library: true
- Added JAR Manifest to native libs as well, otherwise our chain would become mixed code. - JNLP: Set JogAmp community as vendor .. - JOGL Windows hack: WindowsWGLContext.java - temporary removed the ARB CreateContext path for Windows, due to a bug in this implementation.
Diffstat (limited to 'make/newtversion-cdc')
-rw-r--r--make/newtversion-cdc9
1 files changed, 5 insertions, 4 deletions
diff --git a/make/newtversion-cdc b/make/newtversion-cdc
index 8227a4d42..89ca1db12 100644
--- a/make/newtversion-cdc
+++ b/make/newtversion-cdc
@@ -1,8 +1,9 @@
Specification-Title: NEWT API Specification CDC
Specification-Version: @BASEVERSION@
-Specification-Vendor: Sun Microsystems, Inc.
+Specification-Vendor: JogAmp community
Implementation-Title: NEWT Runtime Environment CDC
Implementation-Version: @VERSION@
-Implementation-Vendor: java.net JOGL community
-Extension-Name: com.sun.newt
-Implementation-Vendor-Id: com.sun
+Implementation-Vendor: JogAmp community
+Extension-Name: com.jogamp.newt
+Implementation-Vendor-Id: com.jogamp
+Trusted-Library: true