diff options
author | Sven Gothel <[email protected]> | 2011-12-18 23:37:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-18 23:37:00 +0100 |
commit | 2258d6eb97b7a1662ef236dea67d89899ff028ee (patch) | |
tree | e2224981605d8165593270c5443454cbe54884d4 /nbproject | |
parent | 8752f9a0bdded5bc26da7392b8da9848387dacee (diff) |
Fix scripts ; Remove personalization of vendor -> Jogamp Community
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index f9458c74..6dada473 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -9,7 +9,7 @@ annotation.processing.run.all.processors=true javac.processorpath=\ ${javac.classpath} application.title=JOCL -application.vendor=Michael Bien +application.vendor=JogAmp Community build.classes.excludes=**/*.java,**/*.jtemplate,**/*.form,**/*.c,**/*.html # This directory is removed when the project is cleaned: build.dir=${rootrel.build} @@ -80,6 +80,9 @@ run.classpath=\ # Space-separated list of JVM arguments used when running the project # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): +# -Djogamp.debug.NativeLibrary=true \ +# -Djogamp.debug=all \ +# run.jvmargs=${jvmDataModel.arg} -Xmx256m \ -Djava.library.path=\ "${basedir}/${rootrel.build}/natives/jocl${path.separator}\ |