summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-17 21:41:04 +0100
committerSven Gothel <[email protected]>2023-01-17 21:41:04 +0100
commita4dd3fb979908b593e663e754b7de5f333fe85e7 (patch)
treefde9b712fcabbf19c90584a2b7b851adcea477a4
parent37fbc231dba30fb9abb2466f372b95deef598bf7 (diff)
JAR: Add Jar module parameter 'Add-Opens: java.desktop/sun.awt java.desktop/sun.java2d', preparation for potential future Java17+ Jar Module
-rw-r--r--make/joglversion1
-rw-r--r--make/joglversion-all1
-rw-r--r--make/joglversion-all-natives1
-rw-r--r--make/joglversion-natives1
-rw-r--r--make/joglversion-test1
-rw-r--r--make/nativewindowversion1
-rw-r--r--make/nativewindowversion-natives1
-rw-r--r--make/newtversion1
-rw-r--r--make/newtversion-natives1
9 files changed, 9 insertions, 0 deletions
diff --git a/make/joglversion b/make/joglversion
index ded0fb106..f3935ff3c 100644
--- a/make/joglversion
+++ b/make/joglversion
@@ -15,5 +15,6 @@ Implementation-Vendor-Id: com.jogamp
Trusted-Library: true
Permissions: all-permissions
Application-Library-Allowable-Codebase: *
+Add-Opens: java.desktop/sun.awt java.desktop/sun.java2d
@JAR_CODEBASE_TAG@
diff --git a/make/joglversion-all b/make/joglversion-all
index ded0fb106..f3935ff3c 100644
--- a/make/joglversion-all
+++ b/make/joglversion-all
@@ -15,5 +15,6 @@ Implementation-Vendor-Id: com.jogamp
Trusted-Library: true
Permissions: all-permissions
Application-Library-Allowable-Codebase: *
+Add-Opens: java.desktop/sun.awt java.desktop/sun.java2d
@JAR_CODEBASE_TAG@
diff --git a/make/joglversion-all-natives b/make/joglversion-all-natives
index a45262a3f..cf4c48ecf 100644
--- a/make/joglversion-all-natives
+++ b/make/joglversion-all-natives
@@ -15,5 +15,6 @@ Implementation-Vendor-Id: com.jogamp
Trusted-Library: true
Permissions: all-permissions
Application-Library-Allowable-Codebase: *
+Add-Opens: java.desktop/sun.awt java.desktop/sun.java2d
@JAR_CODEBASE_TAG@
diff --git a/make/joglversion-natives b/make/joglversion-natives
index a45262a3f..cf4c48ecf 100644
--- a/make/joglversion-natives
+++ b/make/joglversion-natives
@@ -15,5 +15,6 @@ Implementation-Vendor-Id: com.jogamp
Trusted-Library: true
Permissions: all-permissions
Application-Library-Allowable-Codebase: *
+Add-Opens: java.desktop/sun.awt java.desktop/sun.java2d
@JAR_CODEBASE_TAG@
diff --git a/make/joglversion-test b/make/joglversion-test
index 5c4bdb903..25cfcf506 100644
--- a/make/joglversion-test
+++ b/make/joglversion-test
@@ -14,5 +14,6 @@ Extension-Name: com.jogamp.opengl.test
Implementation-Vendor-Id: com.jogamp
Permissions: sandbox
Application-Library-Allowable-Codebase: *
+Add-Opens: java.desktop/sun.awt java.desktop/sun.java2d
@JAR_CODEBASE_TAG@
diff --git a/make/nativewindowversion b/make/nativewindowversion
index 7c047a631..4ba6c51ac 100644
--- a/make/nativewindowversion
+++ b/make/nativewindowversion
@@ -15,5 +15,6 @@ Implementation-Vendor-Id: com.jogamp
Trusted-Library: true
Permissions: all-permissions
Application-Library-Allowable-Codebase: *
+Add-Opens: java.desktop/sun.awt java.desktop/sun.java2d
@JAR_CODEBASE_TAG@
diff --git a/make/nativewindowversion-natives b/make/nativewindowversion-natives
index ccdfbe197..82503a06b 100644
--- a/make/nativewindowversion-natives
+++ b/make/nativewindowversion-natives
@@ -15,5 +15,6 @@ Implementation-Vendor-Id: com.jogamp
Trusted-Library: true
Permissions: all-permissions
Application-Library-Allowable-Codebase: *
+Add-Opens: java.desktop/sun.awt java.desktop/sun.java2d
@JAR_CODEBASE_TAG@
diff --git a/make/newtversion b/make/newtversion
index 4d2004d0c..a0b2e30c9 100644
--- a/make/newtversion
+++ b/make/newtversion
@@ -15,5 +15,6 @@ Implementation-Vendor-Id: com.jogamp
Trusted-Library: true
Permissions: all-permissions
Application-Library-Allowable-Codebase: *
+Add-Opens: java.desktop/sun.awt java.desktop/sun.java2d
@JAR_CODEBASE_TAG@
diff --git a/make/newtversion-natives b/make/newtversion-natives
index c05845114..548a9542a 100644
--- a/make/newtversion-natives
+++ b/make/newtversion-natives
@@ -15,5 +15,6 @@ Implementation-Vendor-Id: com.jogamp
Trusted-Library: true
Permissions: all-permissions
Application-Library-Allowable-Codebase: *
+Add-Opens: java.desktop/sun.awt java.desktop/sun.java2d
@JAR_CODEBASE_TAG@