From 0240a71c56c1108da6863a2bb34e971ac6a4e061 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 29 Jul 2015 04:08:49 +0200 Subject: Bug 1145 - Provide JogAmp Big Fat Jars and Fat 7z Archive New distributed files in 'dist' subfolder for producing fat files via jogamp-scripting: dist/jogamp-fat.mf dist/jogamp-test-fat.mf dist/junit.jar --- make/jogamp-fat.mf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 make/jogamp-fat.mf (limited to 'make/jogamp-fat.mf') diff --git a/make/jogamp-fat.mf b/make/jogamp-fat.mf new file mode 100644 index 0000000..f21f501 --- /dev/null +++ b/make/jogamp-fat.mf @@ -0,0 +1,25 @@ +Manifest-Version: 1.0 +Application-Name: JogAmp Java Bindings +Specification-Title: JogAmp Java Bindings Specification +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: JogAmp Java Bindings Fat Jar +Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ +Implementation-Branch: @SCM_BRANCH@ +Implementation-Commit: @SCM_COMMIT@ +Implementation-Vendor: JogAmp Community +Implementation-URL: http://jogamp.org/ +Extension-Name: com.jogamp +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true +Permissions: all-permissions +Application-Library-Allowable-Codebase: * +@JAR_CODEBASE_TAG@ + +Name: jogamp/common/ +Sealed: true + +Name: com/jogamp/common/ +Sealed: true + -- cgit v1.2.3