aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-12 22:27:03 +0200
committerMichael Bien <[email protected]>2010-04-12 22:27:03 +0200
commit2c85c416d85205ab98b33e1a0b0daab32d4d81ff (patch)
tree4187ba06dec81da46495a300bb4f914e931f0c58 /nbproject
parentb51f2e1c254cdd74c9e43904c62694f64e6ae7e6 (diff)
changes due to package renaming in jocl.
Diffstat (limited to 'nbproject')
-rw-r--r--nbproject/configs/BitonicSort.properties2
-rw-r--r--nbproject/configs/GLCLMandel.properties2
-rw-r--r--nbproject/configs/GLCLinterop.properties2
-rw-r--r--nbproject/configs/Julia3d.properties2
-rw-r--r--nbproject/configs/RadixSort.properties2
-rw-r--r--nbproject/project.properties4
6 files changed, 7 insertions, 7 deletions
diff --git a/nbproject/configs/BitonicSort.properties b/nbproject/configs/BitonicSort.properties
index afddef4..87fc951 100644
--- a/nbproject/configs/BitonicSort.properties
+++ b/nbproject/configs/BitonicSort.properties
@@ -1 +1 @@
-main.class=com.mbien.opencl.demos.bitonicsort.BitonicSort
+main.class=com.jogamp.opencl.demos.bitonicsort.BitonicSort
diff --git a/nbproject/configs/GLCLMandel.properties b/nbproject/configs/GLCLMandel.properties
index fac72c7..fab0042 100644
--- a/nbproject/configs/GLCLMandel.properties
+++ b/nbproject/configs/GLCLMandel.properties
@@ -1 +1 @@
-main.class=com.mbien.opencl.demos.fractal.MultiDeviceFractal
+main.class=com.jogamp.opencl.demos.fractal.MultiDeviceFractal
diff --git a/nbproject/configs/GLCLinterop.properties b/nbproject/configs/GLCLinterop.properties
index 710c784..eff8ca4 100644
--- a/nbproject/configs/GLCLinterop.properties
+++ b/nbproject/configs/GLCLinterop.properties
@@ -1 +1 @@
-main.class=com.mbien.opencl.demos.joglinterop.GLCLInteroperabilityDemo
+main.class=com.jogamp.opencl.demos.joglinterop.GLCLInteroperabilityDemo
diff --git a/nbproject/configs/Julia3d.properties b/nbproject/configs/Julia3d.properties
index 3fa79e8..e11756d 100644
--- a/nbproject/configs/Julia3d.properties
+++ b/nbproject/configs/Julia3d.properties
@@ -1 +1 @@
-main.class=com.mbien.opencl.demos.julia3d.Julia3d
+main.class=com.jogamp.opencl.demos.julia3d.Julia3d
diff --git a/nbproject/configs/RadixSort.properties b/nbproject/configs/RadixSort.properties
index 41e68f5..d3c5458 100644
--- a/nbproject/configs/RadixSort.properties
+++ b/nbproject/configs/RadixSort.properties
@@ -1 +1 @@
-main.class=com.mbien.opencl.demos.radixsort.RadixSortDemo
+main.class=com.jogamp.opencl.demos.radixsort.RadixSortDemo
diff --git a/nbproject/project.properties b/nbproject/project.properties
index a21489a..c1425c6 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -1,5 +1,5 @@
application.title=JOCL Demos
-application.vendor=mbien
+application.vendor=jogamp
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
@@ -52,7 +52,7 @@ javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
-main.class=com.mbien.opencl.demos.hellojocl.HelloJOCL
+main.class=com.jogamp.opencl.demos.hellojocl.HelloJOCL
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
no.dependencies=true