diff options
author | wisberg <wisberg> | 2005-05-19 03:48:09 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-05-19 03:48:09 +0000 |
commit | 2afa9c9148da8566562ef029b9a5d6b5f141763c (patch) | |
tree | e0c62bcb64d8a9884639743298b23eda89cf96cb /testing-util/newbuild.xml | |
parent | 79d3b2f57fab5ac2d63d402ee8c226082c872064 (diff) | |
download | aspectj-2afa9c9148da8566562ef029b9a5d6b5f141763c.tar.gz aspectj-2afa9c9148da8566562ef029b9a5d6b5f141763c.zip |
newbuild.xml replacing build.xml, with Alex ok
Diffstat (limited to 'testing-util/newbuild.xml')
-rw-r--r-- | testing-util/newbuild.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testing-util/newbuild.xml b/testing-util/newbuild.xml deleted file mode 100644 index 804ea5091..000000000 --- a/testing-util/newbuild.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<!-- see ../build/*.html for explanation --> -<project name="testing-util" default="test" basedir="."> - <import file="${basedir}/../build/build.xml"/> -</project> - |