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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'make/joglRIversion') diff --git a/make/joglRIversion b/make/joglRIversion index af9e41d8d..46b64ac0d 100644 --- a/make/joglRIversion +++ b/make/joglRIversion @@ -1,8 +1,9 @@ Specification-Title: Java Bindings for OpenGL API Specification Specification-Version: @BASEVERSION@ -Specification-Vendor: Sun Microsystems, Inc. +Specification-Vendor: JogAmp community Implementation-Title: Java Bindings for OpenGL Runtime Environment 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