From 741e97a3efddb5c489cb00a791cd7f84dd296fb0 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 25 Aug 2012 15:22:20 +0200 Subject: Adapt to JogAmp build infrastructure (get rid of 'dist' folder, drop jnlp files in ./jnlp-files) ; Fix jnlp files (add jar/ prefix) --- build.xml | 35 ++++++++++++++++------------------- demo-template.jnlp | 2 +- nbproject/project.properties | 4 ++-- scripts/make.jogl.all.linux-x86_64.sh | 1 + 4 files changed, 20 insertions(+), 22 deletions(-) diff --git a/build.xml b/build.xml index 3023166..bf355e2 100644 --- a/build.xml +++ b/build.xml @@ -41,28 +41,26 @@ - + - + - - - - - + - + + + - - + - + + @@ -105,21 +103,20 @@ - - - - - - + + + + + - + diff --git a/demo-template.jnlp b/demo-template.jnlp index 42ff928..732fe86 100644 --- a/demo-template.jnlp +++ b/demo-template.jnlp @@ -13,7 +13,7 @@ - + EXTENSION diff --git a/nbproject/project.properties b/nbproject/project.properties index 9724ff6..efda83e 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -29,8 +29,8 @@ 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-demos.jar +dist.dir=${build.dir} +dist.jar=${dist.dir}/jar/jocl-demos.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= diff --git a/scripts/make.jogl.all.linux-x86_64.sh b/scripts/make.jogl.all.linux-x86_64.sh index d3cb547..542be1f 100644 --- a/scripts/make.jogl.all.linux-x86_64.sh +++ b/scripts/make.jogl.all.linux-x86_64.sh @@ -8,6 +8,7 @@ fi # -Dtarget.targetlevel=1.6 \ # -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ +BUILD_ARCHIVE=true \ ant \ -Dtarget.sourcelevel=1.6 \ -Dtarget.targetlevel=1.6 \ -- cgit v1.2.3