aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake/Manifest6
-rwxr-xr-xmake/Manifest-rt3
-rwxr-xr-xmake/Manifest-rt-android3
-rw-r--r--make/build.xml2
4 files changed, 12 insertions, 2 deletions
diff --git a/make/Manifest b/make/Manifest
index fc4501b..cab8805 100755
--- a/make/Manifest
+++ b/make/Manifest
@@ -15,3 +15,9 @@ Extension-Name: com.jogamp.gluegen
Main-Class: com.jogamp.gluegen.GlueGen
Class-Path: antlr.jar
+Name: jogamp/common/
+Sealed: true
+
+Name: com/jogamp/common/
+Sealed: true
+
diff --git a/make/Manifest-rt b/make/Manifest-rt
index 2972793..4a76c0c 100755
--- a/make/Manifest-rt
+++ b/make/Manifest-rt
@@ -20,3 +20,6 @@ Application-Library-Allowable-Codebase: *
Name: jogamp/common/
Sealed: true
+Name: com/jogamp/common/
+Sealed: true
+
diff --git a/make/Manifest-rt-android b/make/Manifest-rt-android
index 77506d4..bf5f123 100755
--- a/make/Manifest-rt-android
+++ b/make/Manifest-rt-android
@@ -20,3 +20,6 @@ Application-Library-Allowable-Codebase: *
Name: jogamp/common/
Sealed: true
+Name: com/jogamp/common/
+Sealed: true
+
diff --git a/make/build.xml b/make/build.xml
index 55ef270..550fe4e 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -759,7 +759,6 @@
<fileset dir="${classes}">
<include name="**/*.class" />
<exclude name="${jogamp-android-launcher.classes}" />
- <exclude name="${java.part.android}" />
</fileset>
<fileset dir="resources/assets">
<include name="**" />
@@ -860,7 +859,6 @@
<include name="com/jogamp/common/**" />
<include name="jogamp/common/**" />
<include name="${java.part.android}" />
- <exclude name="${java.part.awt}" />
<exclude name="${jogamp-android-launcher.classes}" />
</fileset>
<fileset dir="resources/assets">