From cde44d028c219741b99004e28261f9d573a40553 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 25 Aug 2012 15:20:56 +0200 Subject: Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp files in ./jnlp-files) --- build.xml | 79 +++++++++++++++-------------------- jnlp-files/jocl.jnlp | 62 +++++++++++++++++++++++++++ jocl.jnlp | 62 --------------------------- nbproject/project.properties | 6 +-- scripts/make.jocl.all.linux-x86_64.sh | 1 + 5 files changed, 100 insertions(+), 110 deletions(-) create mode 100644 jnlp-files/jocl.jnlp delete mode 100644 jocl.jnlp diff --git a/build.xml b/build.xml index f914578d..1d458f2e 100644 --- a/build.xml +++ b/build.xml @@ -46,7 +46,7 @@ - + @@ -284,87 +284,74 @@ - + - - - - + - - + + - + - - - - - - - - - - + + + + + + - + - + - - - - - - - - - - + + + + + - + - + - + - - - - - - + + + + + - + @@ -668,7 +655,7 @@ - + @@ -706,7 +693,9 @@ - + Some tests failed; see details above. diff --git a/jnlp-files/jocl.jnlp b/jnlp-files/jocl.jnlp new file mode 100644 index 00000000..7d82ff73 --- /dev/null +++ b/jnlp-files/jocl.jnlp @@ -0,0 +1,62 @@ + + + + Java(tm) Binding to the OpenCL(r) API + JogAmp Community + + Java Binding to the OpenCL API + Java programming language binding for the OpenCL API + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jocl.jnlp b/jocl.jnlp deleted file mode 100644 index 7d82ff73..00000000 --- a/jocl.jnlp +++ /dev/null @@ -1,62 +0,0 @@ - - - - Java(tm) Binding to the OpenCL(r) API - JogAmp Community - - Java Binding to the OpenCL API - Java programming language binding for the OpenCL API - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/nbproject/project.properties b/nbproject/project.properties index 7d5faa78..9bb201a6 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -27,9 +27,9 @@ debug.classpath=\ debug.test.classpath=\ ${run.test.classpath} # This directory is removed when the project is cleaned: -dist.dir=dist -dist.jar=${dist.dir}/jocl.jar -dist.javadoc.dir=${dist.dir}/javadoc/jocl/javadoc +dist.dir=${build.dir} +dist.jar=${dist.dir}/jar/jocl.jar +dist.javadoc.dir=${build.dir}/javadoc/jocl/javadoc endorsed.classpath= excludes= diff --git a/scripts/make.jocl.all.linux-x86_64.sh b/scripts/make.jocl.all.linux-x86_64.sh index 4959833f..85a916a4 100644 --- a/scripts/make.jocl.all.linux-x86_64.sh +++ b/scripts/make.jocl.all.linux-x86_64.sh @@ -11,6 +11,7 @@ fi # -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ # -Dbuild.archiveon=true \ +BUILD_ARCHIVE=true \ ant \ -Dtarget.sourcelevel=1.6 \ -Dtarget.targetlevel=1.6 \ -- cgit v1.2.3