summaryrefslogtreecommitdiffstats
path: root/manifest.mf
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-22 10:24:38 +0100
committerSven Gothel <[email protected]>2014-01-22 10:24:38 +0100
commit971190d8718bb1e2b7eafdd49cfa2523dd8a8152 (patch)
tree9b97c08633b323d23eea6ea6d9b185f13ec3341a /manifest.mf
parent1eb0c1c14240f1e8c1dfbf8493c589f8dba4c4b6 (diff)
Adapt to Oracle's removal of the Java Applet Sandbox, i.e. >= 7u51 ; Remove reference to JNLPAppletLauncher - use NApplet fallback
Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and hence the Applet sandbox is being taken away.
Diffstat (limited to 'manifest.mf')
-rw-r--r--manifest.mf5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifest.mf b/manifest.mf
index e9615a1..e177565 100644
--- a/manifest.mf
+++ b/manifest.mf
@@ -1,7 +1,12 @@
Manifest-Version: 1.0
Application-Name: Java Bindings for OpenGL Test
Implementation-Title: Java Bindings for OpenGL Tests
+Implementation-Version: @VERSION@
+Implementation-Build: @BUILD_VERSION@
+Implementation-Branch: @SCM_BRANCH@
+Implementation-Commit: @SCM_COMMIT@
Implementation-Vendor: JogAmp Community
Implementation-URL: http://jogamp.org/
Implementation-Vendor-Id: com.jogamp
Permissions: all-permissions
+@JAR_CODEBASE_TAG@