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/newtRIversion | |
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/newtRIversion')
-rw-r--r-- | make/newtRIversion | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/make/newtRIversion b/make/newtRIversion index 82cc0c0e9..73d9bc8ac 100644 --- a/make/newtRIversion +++ b/make/newtRIversion @@ -1,8 +1,9 @@ Specification-Title: NEWT API Specification Specification-Version: @BASEVERSION@ -Specification-Vendor: Sun Microsystems, Inc. +Specification-Vendor: JogAmp community Implementation-Title: NEWT Runtime Environment Implementation-Version: @BASEVERSION@ -Implementation-Vendor: Sun Microsystems, Inc. -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 |