diff options
author | Sven Gothel <[email protected]> | 2014-01-25 15:03:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-25 15:03:04 +0100 |
commit | f51d6456ab2196bf8ce7d6b3c7ac6d71e9e0108b (patch) | |
tree | 27f793cb02a09b4735b5b379dc9ae18e8df43ee5 /make/joclversion | |
parent | 1bc4f882be2c8129521b1110e52bcda9c232f8f1 (diff) | |
parent | 9ecc606bce374ea093c6321f2d4921b5019a0b18 (diff) |
Merge remote-tracking branch 'wwalker/bug_884_replace_netbeans_build_with_jogamp_standard_build'
Diffstat (limited to 'make/joclversion')
-rw-r--r-- | make/joclversion | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/make/joclversion b/make/joclversion new file mode 100644 index 00000000..ae7239d1 --- /dev/null +++ b/make/joclversion @@ -0,0 +1,19 @@ +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: com.jogamp.opencl +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true +Permissions: all-permissions +Name: jogamp/opencl/ +Sealed: true +@JAR_CODEBASE_TAG@ |