From 6704fab767307b89fa21250c20f1dab56323ffac Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 20 Jun 2013 04:29:21 +0200 Subject: Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase --- make/Manifest-rt-natives | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 make/Manifest-rt-natives (limited to 'make/Manifest-rt-natives') diff --git a/make/Manifest-rt-natives b/make/Manifest-rt-natives new file mode 100755 index 0000000..58768aa --- /dev/null +++ b/make/Manifest-rt-natives @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +Specification-Title: GlueGen Java Bindings Generator +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: GlueGen Run-Time +Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ +Implementation-Branch: @SCM_BRANCH@ +Implementation-Commit: @SCM_COMMIT@ +Implementation-Vendor: JogAmp Community +Implementation-Vendor-Id: com.jogamp +Implementation-URL: http://jogamp.org/ +Extension-Name: com.jogamp.common +Trusted-Library: true +Permissions: all-permissions +@JAR_CODEBASE_TAG@ -- cgit v1.2.3