summaryrefslogtreecommitdiffstats
path: root/resources/cl-if.cfg
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-12 22:18:39 +0200
committerMichael Bien <[email protected]>2010-04-12 22:18:39 +0200
commitbf07b44ed6a8958dd321cc4c08fd2bdd08299611 (patch)
treee24b7c4e4197a80e0ecaad75b9b3667299fd8323 /resources/cl-if.cfg
parent7680472b21ec1e2deacb49addae65c820a2e2a4d (diff)
renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp team player ;).
Diffstat (limited to 'resources/cl-if.cfg')
-rw-r--r--resources/cl-if.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/cl-if.cfg b/resources/cl-if.cfg
index 48a87a58..7ba340f7 100644
--- a/resources/cl-if.cfg
+++ b/resources/cl-if.cfg
@@ -5,7 +5,7 @@ Style InterfaceOnly
#imports for all generated java files
Import java.nio.IntBuffer
Import java.nio.LongBuffer
-Import com.mbien.opencl.impl.CLImageFormatImpl
+Import com.jogamp.opencl.impl.CLImageFormatImpl
ClassJavadoc CL /**
ClassJavadoc CL * Java bindings to OpenCL, the Open Computing Language.