diff options
author | Sven Gothel <[email protected]> | 2014-01-25 15:13:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-25 15:13:06 +0100 |
commit | 5c5f3b4785835b8abf53474b0c9dc248d1b8dab6 (patch) | |
tree | f608da51d3ea2f0726f6d8475216020351a3b3a5 /obsolete.make-nb/manifest_template.mf | |
parent | f51d6456ab2196bf8ce7d6b3c7ac6d71e9e0108b (diff) |
Bug 884: Move obsolete NB based build files to 'obsolete.make-nb' ; Fix text file suffix ; Fix Jar Manifest: Move Sealed to bottom.
Diffstat (limited to 'obsolete.make-nb/manifest_template.mf')
-rw-r--r-- | obsolete.make-nb/manifest_template.mf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/obsolete.make-nb/manifest_template.mf b/obsolete.make-nb/manifest_template.mf new file mode 100644 index 00000000..93fed681 --- /dev/null +++ b/obsolete.make-nb/manifest_template.mf @@ -0,0 +1,21 @@ +Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenCL +Implementation-Title: Java Bindings for OpenCL +Specification-Title: Java Bindings for OpenCL +Implementation-URL: http://jocl.jogamp.org/ +Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ +Specification-Version: @SPEC_VERSION@ +Implementation-Branch: @SCM_BRANCH@ +Implementation-Commit: @SCM_COMMIT@ +Implementation-Vendor: JogAmp Community +Implementation-Vendor-Id: com.jogamp +Specification-Vendor: JogAmp Community +Extension-Name: com.jogamp.opencl +Trusted-Library: true +Permissions: all-permissions +Name: com/jogamp/opencl/llb/impl/ +Sealed: true +Application-Library-Allowable-Codebase: * +@JAR_CODEBASE_TAG@ + |