From 14256647c8954bb8d6d2afa88927e75783bc912b Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Wed, 28 Apr 2010 14:27:47 +0200
Subject: - 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.
---
 make/nativewindowRIversion | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

(limited to 'make/nativewindowRIversion')

diff --git a/make/nativewindowRIversion b/make/nativewindowRIversion
index 6a29e8a69..b039954ef 100644
--- a/make/nativewindowRIversion
+++ b/make/nativewindowRIversion
@@ -1,8 +1,9 @@
 Specification-Title: Native Window Interface API Specification
 Specification-Version: @BASEVERSION@
-Specification-Vendor: Sun Microsystems, Inc.
+Specification-Vendor: JogAmp community
 Implementation-Title: Native Window Interface Runtime Environment
 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
-- 
cgit v1.2.3