summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-01 01:18:29 +0100
committerSven Gothel <[email protected]>2013-11-01 01:18:29 +0100
commit249251f1f1b3c70dc3f8df7735cf66dd27b8a61b (patch)
tree929d1cc7f14ed96e06949b9f6be3e2a4af59f27d /make
parent2a6a6bb1df175847a7bb84bd741ce3632d6590f6 (diff)
Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..
Diffstat (limited to 'make')
-rwxr-xr-xmake/Manifest1
-rwxr-xr-xmake/Manifest-android-launcher1
-rwxr-xr-xmake/Manifest-rt1
-rwxr-xr-xmake/Manifest-rt-android1
-rwxr-xr-xmake/Manifest-rt-natives1
-rwxr-xr-xmake/Manifest-rt.cdc1
6 files changed, 6 insertions, 0 deletions
diff --git a/make/Manifest b/make/Manifest
index eebce81..5245afa 100755
--- a/make/Manifest
+++ b/make/Manifest
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: GlueGen Java Bindings Generator
Specification-Title: GlueGen Java Bindings Generator
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/Manifest-android-launcher b/make/Manifest-android-launcher
index 52dfca6..135564e 100755
--- a/make/Manifest-android-launcher
+++ b/make/Manifest-android-launcher
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: JogAmp Android Launcher
Specification-Title: JogAmp Android Launcher API
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/Manifest-rt b/make/Manifest-rt
index ce6a0a5..195008c 100755
--- a/make/Manifest-rt
+++ b/make/Manifest-rt
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: GlueGen Run-Time
Specification-Title: GlueGen Java Bindings Generator
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/Manifest-rt-android b/make/Manifest-rt-android
index 5a44f9a..ccaac1d 100755
--- a/make/Manifest-rt-android
+++ b/make/Manifest-rt-android
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: GlueGen Run-Time For Android
Specification-Title: GlueGen Java Bindings Generator
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/Manifest-rt-natives b/make/Manifest-rt-natives
index 58768aa..dbf235a 100755
--- a/make/Manifest-rt-natives
+++ b/make/Manifest-rt-natives
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: GlueGen Run-Time
Specification-Title: GlueGen Java Bindings Generator
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community
diff --git a/make/Manifest-rt.cdc b/make/Manifest-rt.cdc
index 3f4df94..7de0773 100755
--- a/make/Manifest-rt.cdc
+++ b/make/Manifest-rt.cdc
@@ -1,4 +1,5 @@
Manifest-Version: 1.0
+Application-Name: GlueGen Run-Time CDC
Specification-Title: GlueGen Java Bindings Generator
Specification-Version: @BASEVERSION@
Specification-Vendor: JogAmp Community