aboutsummaryrefslogtreecommitdiffstats
path: root/testing-client
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 /testing-client
parent79d3b2f57fab5ac2d63d402ee8c226082c872064 (diff)
downloadaspectj-2afa9c9148da8566562ef029b9a5d6b5f141763c.tar.gz
aspectj-2afa9c9148da8566562ef029b9a5d6b5f141763c.zip
newbuild.xml replacing build.xml, with Alex ok
Diffstat (limited to 'testing-client')
-rw-r--r--testing-client/build.xml35
-rw-r--r--testing-client/newbuild.xml6
2 files changed, 3 insertions, 38 deletions
diff --git a/testing-client/build.xml b/testing-client/build.xml
index 8f9e8d4ad..171c92589 100644
--- a/testing-client/build.xml
+++ b/testing-client/build.xml
@@ -1,35 +1,6 @@
<?xml version="1.0"?>
-<project name="testing-client" default="all" basedir=".">
-
- <import file="../build/build-common.xml"/>
- <import file="../bridge/build.xml"/>
-
- <path id="testing-client.test.src.path">
- <fileset dir="${basedir}/../lib">
- <include name="junit/*.jar"/>
- </fileset>
- <path refid="testing-client.src.path"/>
- </path>
-
- <path id="testing-client.src.path">
- <pathelement path="../bridge/bin"/>
- <pathelement path="../util/bin"/>
- </path>
-
- <target name="compile" depends="init,
- bridge.compile,
- util.compile">
- <srccompile project="testing-client" path="testing-client.src.path"/>
- </target>
-
- <target name="test:compile" depends="compile">
- <testcompile project="testing-client" path="testing-client.test.src.path"/>
- </target>
-
- <target name="test" depends="test:compile">
- <testrun project="testing-client" path="testing-client.test.src.path" suite="TestingClientModuleTests"/>
- </target>
-
-
+<!-- see ../build/*.html for explanation -->
+<project name="testing-client" default="test" basedir=".">
+ <import file="${basedir}/../build/build.xml"/>
</project>
diff --git a/testing-client/newbuild.xml b/testing-client/newbuild.xml
deleted file mode 100644
index 171c92589..000000000
--- a/testing-client/newbuild.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<!-- see ../build/*.html for explanation -->
-<project name="testing-client" default="test" basedir=".">
- <import file="${basedir}/../build/build.xml"/>
-</project>
-