diff options
author | Sven Gothel <[email protected]> | 2014-01-25 16:20:30 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-25 16:20:30 +0100 |
commit | f9214217defbcc2a640e80a68f1270ee1e428cf2 (patch) | |
tree | dd03f741a423df6686d8b883b01365e80b8e7fc3 /make/joclversion-test-android | |
parent | 5c5f3b4785835b8abf53474b0c9dc248d1b8dab6 (diff) |
Avoid sealed package violation: Move AutoCloseable to com.jogamp.opencl
Diffstat (limited to 'make/joclversion-test-android')
-rw-r--r-- | make/joclversion-test-android | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/joclversion-test-android b/make/joclversion-test-android index ed11ebe6..b43b3927 100644 --- a/make/joclversion-test-android +++ b/make/joclversion-test-android @@ -12,3 +12,4 @@ Implementation-Vendor: JogAmp Community Implementation-URL: http://jogamp.org/ Extension-Name: com.jogamp.opencl.test Implementation-Vendor-Id: com.jogamp + |