diff options
author | aclement <aclement> | 2005-04-20 07:56:43 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-04-20 07:56:43 +0000 |
commit | c850c085804bc42cb378638cbe0e65a0a5358d3f (patch) | |
tree | ee211d9b490251e51b45f64ef33e30bf1765d47d /build | |
parent | 9692766429d658b4b5fe3f0ecbf8826cf0c6efc6 (diff) | |
download | aspectj-c850c085804bc42cb378638cbe0e65a0a5358d3f.tar.gz aspectj-c850c085804bc42cb378638cbe0e65a0a5358d3f.zip |
Temporarily removed loadtime modules as they are empty in HEAD
Diffstat (limited to 'build')
-rw-r--r-- | build/build-master.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/build/build-master.xml b/build/build-master.xml index 1cdf30d61..980e3a242 100644 --- a/build/build-master.xml +++ b/build/build-master.xml @@ -32,13 +32,16 @@ testing-drivers/build.xml, ajdoc/build.xml, ajbrowser/build.xml, - tests/build.xml, - loadtime/build.xml, - loadtime5/build.xml"/> + tests/build.xml"/> </subant> </sequential> </macrodef> +<!-- +loadtime/build.xml +loadtime5/build.xml +--> + <target name="all"> <targets name="all"/> </target> |