summaryrefslogtreecommitdiffstats
path: root/bridge/build.xml
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 /bridge/build.xml
parent79d3b2f57fab5ac2d63d402ee8c226082c872064 (diff)
downloadaspectj-2afa9c9148da8566562ef029b9a5d6b5f141763c.tar.gz
aspectj-2afa9c9148da8566562ef029b9a5d6b5f141763c.zip
newbuild.xml replacing build.xml, with Alex ok
Diffstat (limited to 'bridge/build.xml')
-rw-r--r--bridge/build.xml41
1 files changed, 3 insertions, 38 deletions
diff --git a/bridge/build.xml b/bridge/build.xml
index ebd236b77..349b0aa8c 100644
--- a/bridge/build.xml
+++ b/bridge/build.xml
@@ -1,41 +1,6 @@
<?xml version="1.0"?>
-<project name="bridge" default="all" basedir=".">
-
- <import file="../build/build-common.xml"/>
- <import file="../util/build.xml"/>
-
- <path id="bridge.test.src.path">
- <fileset dir="${basedir}/../lib">
- <include name="junit/*.jar"/>
- </fileset>
- <path refid="bridge.src.path"/>
- </path>
-
- <path id="bridge.src.path">
- <pathelement path="../util/bin"/>
- </path>
-
- <target name="compile" depends="init,
- util.compile">
- <srccompile project="bridge" path="bridge.src.path"/>
- </target>
-
- <target name="test:compile" depends="compile">
- <testcompile project="bridge" path="bridge.test.src.path"/>
- </target>
-
- <target name="test" depends="test:compile">
- <testrun project="bridge" path="bridge.test.src.path" suite="BridgeModuleTests"/>
- </target>
-
- <target name="jar" depends="compile">
- <delete file="${build.ajdir}/jars/bridge.jar"/>
- <zip destfile="${build.ajdir}/jars/bridge.jar">
- <fileset dir="bin">
- <include name="**/*"/>
- </fileset>
- </zip>
- </target>
-
+<!-- see ../build/*.html for explanation -->
+<project name="bridge" default="test" basedir=".">
+ <import file="${basedir}/../build/build.xml"/>
</project>