summaryrefslogtreecommitdiffstats
path: root/make/joglversion-test
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-22 12:56:14 +0100
committerSven Gothel <[email protected]>2014-01-22 12:56:14 +0100
commit5e8361d84078568d54b9561315151e2c5e287147 (patch)
tree9d1479503a724024fc7d113715361e403ddc2575 /make/joglversion-test
parent70f5c06b8155f7511987b73a24fda258ea2abfbc (diff)
Adaption of Oracle's Deployment changes, i.e. >= 7u51
Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and effectively lower the bar to create user applets with raised privileges.<br/> Hence JogAmp Community <b>signs</b> jogl-all.jar and gluegen-rt.jar, which contain the JOGL's supporting classes as well as jogl-test.jar, which contains the applet class.<br/> jogl-test.jar's manifest file uses <i>Permissions: sandbox</i> to <b>not raise privileges</b>.
Diffstat (limited to 'make/joglversion-test')
-rw-r--r--make/joglversion-test4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/joglversion-test b/make/joglversion-test
index d0fe02cac..e04b4a594 100644
--- a/make/joglversion-test
+++ b/make/joglversion-test
@@ -12,4 +12,6 @@ Implementation-Vendor: JogAmp Community
Implementation-URL: http://jogamp.org/
Extension-Name: com.jogamp.opengl.test
Implementation-Vendor-Id: com.jogamp
-Permissions: all-permissions
+Permissions: sandbox
+@JAR_CODEBASE_TAG@
+