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/joglversion-cdc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/joglversion-cdc') diff --git a/make/joglversion-cdc b/make/joglversion-cdc index 5056fbaf3..17a5b918d 100644 --- a/make/joglversion-cdc +++ b/make/joglversion-cdc @@ -1,8 +1,9 @@ Specification-Title: Java Bindings for OpenGL API Specification CDC Specification-Version: @BASEVERSION@ -Specification-Vendor: Sun Microsystems, Inc. +Specification-Vendor: JogAmp community Implementation-Title: Java Bindings for OpenGL Runtime Environment CDC Implementation-Version: @VERSION@ Implementation-Vendor: JogAmp community Extension-Name: javax.media.opengl Implementation-Vendor-Id: com.jogamp +Trusted-Library: true -- cgit v1.2.3