aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-25 14:05:42 +0100
committerSven Gothel <[email protected]>2014-01-25 14:05:42 +0100
commitb8a515bbfa9bc26aaf5291f065f6860cd5ddee11 (patch)
treea8e012a42ab64108c9285b2929d67bb38c9cc8c2 /make/build.xml
parentf1090c3db5e7647b0a1e1fef2cda5f9c424a2fb8 (diff)
Jar Manifest: Seal all packages ; Each jar is 'standalone' as required by 'sealed packages': gluegen-rt.jar < gluegen-rt-android.jar < gluegen.jar
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 0 insertions, 2 deletions
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">