From cf35fc6351b60933460fe44e00e262cb72f43cef Mon Sep 17 00:00:00 2001 From: avasseur Date: Wed, 20 Apr 2005 10:57:13 +0000 Subject: [PATCH] fixing Alex build dependancies. Adding top level build. Usefull for patch creation --- build.xml | 51 ++++++++++++++++++++++++++++++++++++++++++ build/build-master.xml | 18 ++++++--------- testing/build.xml | 3 +++ tests/build.xml | 2 +- 4 files changed, 62 insertions(+), 12 deletions(-) create mode 100644 build.xml diff --git a/build.xml b/build.xml new file mode 100644 index 000000000..75a356a95 --- /dev/null +++ b/build.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/build-master.xml b/build/build-master.xml index 980e3a242..fe2ee3a0b 100644 --- a/build/build-master.xml +++ b/build/build-master.xml @@ -1,14 +1,6 @@ - - - - - - - - @@ -33,6 +25,9 @@ ajdoc/build.xml, ajbrowser/build.xml, tests/build.xml"/> + + + @@ -76,9 +71,10 @@ loadtime5/build.xml ajde/build.xml, taskdefs/build.xml, ajdoc/build.xml, - ajbrowser/build.xml, - loadtime/build.xml, - loadtime5/build.xml"/> + ajbrowser/build.xml"/> + + + diff --git a/testing/build.xml b/testing/build.xml index 3358fc43f..5bd931aa5 100644 --- a/testing/build.xml +++ b/testing/build.xml @@ -5,6 +5,7 @@ + @@ -28,6 +29,7 @@ + @@ -42,6 +44,7 @@ asm.compile, bridge.compile, taskdefs.compile, + testing-client.compile, testing-util.compile, util.compile"> diff --git a/tests/build.xml b/tests/build.xml index 34005cf00..aed5613f7 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -13,7 +13,6 @@ - @@ -28,6 +27,7 @@ + -- 2.39.5