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-test.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-test.mf')
-rw-r--r-- | make/jogamp-fat-test.mf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/make/jogamp-fat-test.mf b/make/jogamp-fat-test.mf new file mode 100644 index 0000000..710fcee --- /dev/null +++ b/make/jogamp-fat-test.mf @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Application-Name: JogAmp Java Bindings Test +Specification-Title: JogAmp Java Bindings Specification Test +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: JogAmp Java Bindings Fat Test 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@ + |