diff options
author | Sven Gothel <[email protected]> | 2010-04-28 14:27:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-28 14:27:47 +0200 |
commit | 14256647c8954bb8d6d2afa88927e75783bc912b (patch) | |
tree | 54b2eb74000f410ade6d55e4739088d3df281f38 /make/nativewindowRIversion-cdc | |
parent | 3dfb97a57bf1116c44709c50cbb9d0628967fd52 (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/nativewindowRIversion-cdc')
-rw-r--r-- | make/nativewindowRIversion-cdc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make/nativewindowRIversion-cdc b/make/nativewindowRIversion-cdc index 35ac5136e..4e9760c29 100644 --- a/make/nativewindowRIversion-cdc +++ b/make/nativewindowRIversion-cdc @@ -1,8 +1,9 @@ Specification-Title: Native Window Interface API Specification CDC Specification-Version: @BASEVERSION@ -Specification-Vendor: Sun Microsystems, Inc. +Specification-Vendor: JogAmp community Implementation-Title: Native Window Interface Runtime Environment CDC Implementation-Version: @BASEVERSION@ -Implementation-Vendor: Sun Microsystems, Inc. +Implementation-Vendor: JogAmp community Extension-Name: javax.media.nativewindow -Implementation-Vendor-Id: com.sun +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true |