From 06d6c31e74357d550311795a92733822805a9215 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 23 Feb 2011 04:45:47 +0100 Subject: Provide task 'archive.7z' and use it instead of zip --- make/build.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'make/build.xml') diff --git a/make/build.xml b/make/build.xml index aecfbe0..ed36a8d 100644 --- a/make/build.xml +++ b/make/build.xml @@ -20,6 +20,7 @@ + @@ -681,9 +682,9 @@ - + @@ -709,8 +710,7 @@ - - -- cgit v1.2.3 From e3e59d2f83b6685f97d8b380f7a23d617bde65e4 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 23 Feb 2011 15:13:37 +0100 Subject: Inverse build attribute build.noarchive -> build.archiveon --- make/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/build.xml') diff --git a/make/build.xml b/make/build.xml index ed36a8d..f2d35b1 100644 --- a/make/build.xml +++ b/make/build.xml @@ -693,7 +693,7 @@ - This must be called after all of the build targets complete. --> - + -- cgit v1.2.3 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 (limited to 'make/build.xml') 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 From 5cf4eeb334ac5390b0c681da0fb17db56a143395 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 24 Feb 2011 00:10:48 +0100 Subject: Fix archive.7z: unset property destfile.path. gluegen-archivetasks.xml -> jogamp-archivetasks.xml --- make/build-test.xml | 2 +- make/build.xml | 2 +- make/gluegen-archivetasks.xml | 21 --------------------- make/jogamp-archivetasks.xml | 29 +++++++++++++++++++++++++++++ 4 files changed, 31 insertions(+), 23 deletions(-) delete mode 100644 make/gluegen-archivetasks.xml create mode 100644 make/jogamp-archivetasks.xml (limited to 'make/build.xml') diff --git a/make/build-test.xml b/make/build-test.xml index 51692bb..6383952 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -7,7 +7,7 @@ - + diff --git a/make/build.xml b/make/build.xml index bdd9297..6e5a6ac 100644 --- a/make/build.xml +++ b/make/build.xml @@ -20,7 +20,7 @@ - + diff --git a/make/gluegen-archivetasks.xml b/make/gluegen-archivetasks.xml deleted file mode 100644 index ee7501d..0000000 --- a/make/gluegen-archivetasks.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/make/jogamp-archivetasks.xml b/make/jogamp-archivetasks.xml new file mode 100644 index 0000000..24309d8 --- /dev/null +++ b/make/jogamp-archivetasks.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3