summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-05-19 03:48:09 +0000
committerwisberg <wisberg>2005-05-19 03:48:09 +0000
commit2afa9c9148da8566562ef029b9a5d6b5f141763c (patch)
treee0c62bcb64d8a9884639743298b23eda89cf96cb /util
parent79d3b2f57fab5ac2d63d402ee8c226082c872064 (diff)
downloadaspectj-2afa9c9148da8566562ef029b9a5d6b5f141763c.tar.gz
aspectj-2afa9c9148da8566562ef029b9a5d6b5f141763c.zip
newbuild.xml replacing build.xml, with Alex ok
Diffstat (limited to 'util')
-rw-r--r--util/build.xml38
-rw-r--r--util/newbuild.xml6
2 files changed, 3 insertions, 41 deletions
diff --git a/util/build.xml b/util/build.xml
index 7618057ab..05bdade88 100644
--- a/util/build.xml
+++ b/util/build.xml
@@ -1,38 +1,6 @@
<?xml version="1.0"?>
-<project name="util" default="all" basedir=".">
-
- <import file="../build/build-common.xml"/>
-
- <path id="util.test.src.path">
- <path refid="util.src.path"/>
- <fileset dir="${basedir}/../lib">
- <include name="junit/*.jar"/>
- </fileset>
- </path>
-
- <path id="util.src.path">
- </path>
-
- <target name="compile" depends="init">
- <srccompile project="util" path="util.src.path"/>
- </target>
-
- <target name="test:compile" depends="compile">
- <testcompile project="util" path="util.test.src.path"/>
- </target>
-
- <target name="test" depends="test:compile">
- <testrun project="util" path="util.test.src.path" suite="UtilModuleTests"/>
- </target>
-
- <target name="jar" depends="compile">
- <delete file="${build.ajdir}/jars/util.jar"/>
- <zip destfile="${build.ajdir}/jars/util.jar">
- <fileset dir="bin">
- <include name="**/*"/>
- </fileset>
- </zip>
- </target>
-
+<!-- see ../build/*.html for explanation -->
+<project name="util" default="test" basedir=".">
+ <import file="${basedir}/../build/build.xml"/>
</project>
diff --git a/util/newbuild.xml b/util/newbuild.xml
deleted file mode 100644
index 05bdade88..000000000
--- a/util/newbuild.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<!-- see ../build/*.html for explanation -->
-<project name="util" default="test" basedir=".">
- <import file="${basedir}/../build/build.xml"/>
-</project>
-