From 0253aaf391faeed95b45fe92ff76fa71041eb511 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 11 Jul 2014 03:13:08 +0200 Subject: Bug 1024: Add fallback for native-jar-file location via classpath Adapt to GlueGen commit f5c48efcf546ba4e08e197ccced6df83b57e1755 --- make/joclversion-natives | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 make/joclversion-natives (limited to 'make/joclversion-natives') diff --git a/make/joclversion-natives b/make/joclversion-natives new file mode 100644 index 00000000..d32e89b6 --- /dev/null +++ b/make/joclversion-natives @@ -0,0 +1,18 @@ +Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenCL +Specification-Title: Java Bindings for OpenCL API Specification +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: Java Bindings for OpenCL Runtime Environment +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: jogamp.nativetag.opencl +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true +Permissions: all-permissions +@JAR_CODEBASE_TAG@ + -- cgit v1.2.3