From f47485edfd27d6b09ed6b580de71d7675a9d4d7c Mon Sep 17 00:00:00 2001 From: Nick Galbreath Date: Fri, 30 Apr 2010 02:27:08 +0000 Subject: [PATCH] build-all then test-all, instead of build1-test,build2-test,.... Also add target "clean". With these I think a lot of build confusion wil be solved --- build.xml | 60 +++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 22 deletions(-) diff --git a/build.xml b/build.xml index 9f4da091..dbb66259 100644 --- a/build.xml +++ b/build.xml @@ -136,10 +136,10 @@ - + @@ -184,7 +184,7 @@ @@ -221,7 +221,7 @@ @@ -237,7 +237,7 @@ - + @@ -282,7 +282,7 @@ @@ -297,7 +297,7 @@ - + @@ -329,7 +329,7 @@ @@ -344,7 +344,7 @@ - + @@ -366,7 +366,7 @@ @@ -381,7 +381,7 @@ - + @@ -460,7 +460,7 @@ @@ -475,7 +475,7 @@ - + @@ -504,7 +504,7 @@ @@ -519,7 +519,7 @@ - + @@ -547,7 +547,7 @@ @@ -564,7 +564,7 @@ - + @@ -592,7 +592,7 @@ @@ -607,7 +607,7 @@ - + @@ -636,7 +636,7 @@ @@ -652,7 +652,7 @@ + depends="zip"> @@ -691,11 +691,27 @@ + + + + + + + + + +