From 14256647c8954bb8d6d2afa88927e75783bc912b Mon Sep 17 00:00:00 2001 From: Sven Gothel 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/nativewindowversion | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'make/nativewindowversion') diff --git a/make/nativewindowversion b/make/nativewindowversion index 0180d3368..7872a7656 100644 --- a/make/nativewindowversion +++ b/make/nativewindowversion @@ -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: @VERSION@ -Implementation-Vendor: java.net JOGL community +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