aboutsummaryrefslogtreecommitdiffstats
path: root/run-all-junit-tests
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 /run-all-junit-tests
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 'run-all-junit-tests')
-rw-r--r--run-all-junit-tests/newbuild.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/run-all-junit-tests/newbuild.xml b/run-all-junit-tests/newbuild.xml
new file mode 100644
index 000000000..5afbd5589
--- /dev/null
+++ b/run-all-junit-tests/newbuild.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- see ../build/*.html for explanation -->
+<project name="run-all-junit-tests" default="test" basedir=".">
+ <import file="${basedir}/../build/build.xml"/>
+</project>
+