Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Integrate deployment scripts. jar: copy-repack200-sign-pack200. jnlp: (details)
  2. Fix privileged access (applet) (details)
  3. GLProfile static init within privileged block (details)
  4. - JAR Manifest: Trusted-Library: true (details)
Commit e5720ee629fba06bc266265b42eb559150f7d7a3 by Sven Gothel
Integrate deployment scripts. jar: copy-repack200-sign-pack200. jnlp: copy-filter
Commit 9346e4f91dc468730efac8ad6f1d9d8024e8e93b by Sven Gothel
Fix privileged access (applet)
Commit 3dfb97a57bf1116c44709c50cbb9d0628967fd52 by Sven Gothel
GLProfile static init within privileged block
Commit 14256647c8954bb8d6d2afa88927e75783bc912b by Sven Gothel
- 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.