From 5c5f3b4785835b8abf53474b0c9dc248d1b8dab6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 25 Jan 2014 15:13:06 +0100 Subject: Bug 884: Move obsolete NB based build files to 'obsolete.make-nb' ; Fix text file suffix ; Fix Jar Manifest: Move Sealed to bottom. --- obsolete.make-nb/manifest_template.mf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 obsolete.make-nb/manifest_template.mf (limited to 'obsolete.make-nb/manifest_template.mf') 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@ + -- cgit v1.2.3