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/joglRIversion-cdc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'make/joglRIversion-cdc') diff --git a/make/joglRIversion-cdc b/make/joglRIversion-cdc index 9bbb525ce..13a782ce0 100644 --- a/make/joglRIversion-cdc +++ b/make/joglRIversion-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: @BASEVERSION@ -Implementation-Vendor: Sun Microsystems, Inc. +Implementation-Vendor: JogAmp community Extension-Name: javax.media.opengl -Implementation-Vendor-Id: com.sun +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true -- cgit v1.2.3