aboutsummaryrefslogtreecommitdiffstats
path: root/testing-util
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-05-11 08:08:37 +0000
committerwisberg <wisberg>2005-05-11 08:08:37 +0000
commit6565120f4e0bab6de9499e1bd6f806471e58ab7e (patch)
tree98642b9125429820c764587106a73fa5c92b6a61 /testing-util
parentde31f858429a8688c98616b8631de6c780586aed (diff)
downloadaspectj-6565120f4e0bab6de9499e1bd6f806471e58ab7e.tar.gz
aspectj-6565120f4e0bab6de9499e1bd6f806471e58ab7e.zip
prospective replacements for {module}/build.xml - will move there once validated by those who use build.xml.
Diffstat (limited to 'testing-util')
-rw-r--r--testing-util/newbuild.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing-util/newbuild.xml b/testing-util/newbuild.xml
new file mode 100644
index 000000000..804ea5091
--- /dev/null
+++ b/testing-util/newbuild.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- see ../build/*.html for explanation -->
+<project name="testing-util" default="test" basedir=".">
+ <import file="${basedir}/../build/build.xml"/>
+</project>
+