diff options
author | Sven Gothel <[email protected]> | 2015-07-29 04:08:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-29 04:08:49 +0200 |
commit | 0240a71c56c1108da6863a2bb34e971ac6a4e061 (patch) | |
tree | 402205bb47d7f85fbb524f4d8cbf801cda152625 /make/jogamp-fat.mf | |
parent | b0582c8a8268032b48b0e78e4db4a4abeb41a94e (diff) |
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
Diffstat (limited to 'make/jogamp-fat.mf')
-rw-r--r-- | make/jogamp-fat.mf | 25 |
1 files changed, 25 insertions, 0 deletions
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 + |