From b88976ac189c8154be2a8e2b748711c85a1af421 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 23 Feb 2011 19:40:44 +0100 Subject: fix jogamp-env.xml ; uses env vars BUILD_ARCHIVE=true|yes and NODE_NAME if set --- make/build-test.xml | 3 ++- make/build.xml | 3 ++- make/gluegen-properties.xml | 4 +--- make/jogamp-env.xml | 10 +++++----- make/scripts/make.gluegen.all.linux-x86.sh | 0 make/scripts/make.gluegen.all.linux-x86_64.sh | 0 make/scripts/make.gluegen.all.macosx.sh | 0 make/scripts/make.gluegen.all.win32.bat | 0 make/scripts/make.gluegen.all.win64.bat | 0 make/scripts/runtest-cvm.bat | 0 make/scripts/runtest-cvm.sh | 0 make/scripts/runtest.sh | 0 12 files changed, 10 insertions(+), 10 deletions(-) mode change 100644 => 100755 make/scripts/make.gluegen.all.linux-x86.sh mode change 100644 => 100755 make/scripts/make.gluegen.all.linux-x86_64.sh mode change 100644 => 100755 make/scripts/make.gluegen.all.macosx.sh mode change 100644 => 100755 make/scripts/make.gluegen.all.win32.bat mode change 100644 => 100755 make/scripts/make.gluegen.all.win64.bat mode change 100644 => 100755 make/scripts/runtest-cvm.bat mode change 100644 => 100755 make/scripts/runtest-cvm.sh mode change 100644 => 100755 make/scripts/runtest.sh diff --git a/make/build-test.xml b/make/build-test.xml index e314260..51692bb 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -8,6 +8,7 @@ + @@ -15,7 +16,7 @@ - + diff --git a/make/build.xml b/make/build.xml index f2d35b1..bdd9297 100644 --- a/make/build.xml +++ b/make/build.xml @@ -21,6 +21,7 @@ + @@ -36,7 +37,7 @@ - + diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml index 76b42a1..949eadf 100755 --- a/make/gluegen-properties.xml +++ b/make/gluegen-properties.xml @@ -31,9 +31,7 @@ --> - - - + diff --git a/make/jogamp-env.xml b/make/jogamp-env.xml index 767adab..579714f 100755 --- a/make/jogamp-env.xml +++ b/make/jogamp-env.xml @@ -5,14 +5,14 @@ - - + + + - - + + - diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh old mode 100644 new mode 100755 diff --git a/make/scripts/make.gluegen.all.linux-x86_64.sh b/make/scripts/make.gluegen.all.linux-x86_64.sh old mode 100644 new mode 100755 diff --git a/make/scripts/make.gluegen.all.macosx.sh b/make/scripts/make.gluegen.all.macosx.sh old mode 100644 new mode 100755 diff --git a/make/scripts/make.gluegen.all.win32.bat b/make/scripts/make.gluegen.all.win32.bat old mode 100644 new mode 100755 diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat old mode 100644 new mode 100755 diff --git a/make/scripts/runtest-cvm.bat b/make/scripts/runtest-cvm.bat old mode 100644 new mode 100755 diff --git a/make/scripts/runtest-cvm.sh b/make/scripts/runtest-cvm.sh old mode 100644 new mode 100755 diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh old mode 100644 new mode 100755 -- cgit v1.2.3