diff options
author | Sven Gothel <[email protected]> | 2014-07-11 03:13:08 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-07-11 03:13:08 +0200 |
commit | 0253aaf391faeed95b45fe92ff76fa71041eb511 (patch) | |
tree | 64f76a6904e01b9e60617a34428f681197aa41cb /make/joclversion-natives | |
parent | 76f64660f4bf9532ea5c9e00d3eac2ad4c9d998b (diff) |
Bug 1024: Add fallback for native-jar-file location via classpathv2.2.0
Adapt to GlueGen commit f5c48efcf546ba4e08e197ccced6df83b57e1755
Diffstat (limited to 'make/joclversion-natives')
-rw-r--r-- | make/joclversion-natives | 18 |
1 files changed, 18 insertions, 0 deletions
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@ + |