summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authoravasseur <avasseur>2005-04-20 10:57:13 +0000
committeravasseur <avasseur>2005-04-20 10:57:13 +0000
commitcf35fc6351b60933460fe44e00e262cb72f43cef (patch)
tree573d23d687941b1042eee1abc1e71d6045277880 /testing
parentc850c085804bc42cb378638cbe0e65a0a5358d3f (diff)
downloadaspectj-cf35fc6351b60933460fe44e00e262cb72f43cef.tar.gz
aspectj-cf35fc6351b60933460fe44e00e262cb72f43cef.zip
fixing Alex build dependancies. Adding top level build. Usefull for patch creation
Diffstat (limited to 'testing')
-rw-r--r--testing/build.xml3
1 files changed, 3 insertions, 0 deletions
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 @@
<import file="../ajde/build.xml"/>
<import file="../bridge/build.xml"/>
<import file="../taskdefs/build.xml"/>
+ <import file="../testing-client/build.xml"/>
<path id="testing.test.src.path">
<path refid="testing.src.path"/>
@@ -28,6 +29,7 @@
<pathelement path="../asm/bin"/>
<pathelement path="../bridge/bin"/>
<pathelement path="../taskdefs/bin"/>
+ <pathelement path="../testing-client/bin"/>
<pathelement path="../testing-util/bin"/>
<pathelement path="../util/bin"/>
<fileset dir="${basedir}/../lib">
@@ -42,6 +44,7 @@
asm.compile,
bridge.compile,
taskdefs.compile,
+ testing-client.compile,
testing-util.compile,
util.compile">
<srccompile project="testing" path="testing.src.path"/>