aboutsummaryrefslogtreecommitdiffstats
path: root/loadtime
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-05-11 09:24:23 +0000
committerwisberg <wisberg>2005-05-11 09:24:23 +0000
commit7679c0851b89ffba34b5ec9d3b05511dcdc85d9c (patch)
treecfb2d248153cd61c0d3f58a66f8d483643bf9602 /loadtime
parent981a71e1ac249ce667b4d93cf1523d93c1ff7f7a (diff)
downloadaspectj-7679c0851b89ffba34b5ec9d3b05511dcdc85d9c.tar.gz
aspectj-7679c0851b89ffba34b5ec9d3b05511dcdc85d9c.zip
replacement for build.xml (move there when validated)
Diffstat (limited to 'loadtime')
-rw-r--r--loadtime/newbuild.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/loadtime/newbuild.xml b/loadtime/newbuild.xml
new file mode 100644
index 000000000..5d64fdfce
--- /dev/null
+++ b/loadtime/newbuild.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<!-- see ../build/*.html for explanation -->
+<project name="loadtime" default="test" basedir=".">
+ <import file="${basedir}/../build/build.xml"/>
+</project>
+