From b564c8980d179a0ccbed40f9f4cf24c50b582bdc Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 7 May 2003 19:13:04 +0000 Subject: [PATCH] initial draft of release build/test script. CVS portion is untested. --- build/release/build.xml | 147 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 build/release/build.xml diff --git a/build/release/build.xml b/build/release/build.xml new file mode 100644 index 000000000..9a201be94 --- /dev/null +++ b/build/release/build.xml @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + +]> + + + + + This downloads and build the AspectJ source tree. + + Targets of note: + + build-release checkout and build AspectJ + + Properties of note: + + version set if not DEVELOPMENT + do.not.create.tree no CVS checkout + aspectj.modules.dir define this to reuse existing + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.39.5