summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/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 /org.aspectj.ajdt.core/build.xml
parent79d3b2f57fab5ac2d63d402ee8c226082c872064 (diff)
downloadaspectj-2afa9c9148da8566562ef029b9a5d6b5f141763c.tar.gz
aspectj-2afa9c9148da8566562ef029b9a5d6b5f141763c.zip
newbuild.xml replacing build.xml, with Alex ok
Diffstat (limited to 'org.aspectj.ajdt.core/build.xml')
-rw-r--r--org.aspectj.ajdt.core/build.xml69
1 files changed, 3 insertions, 66 deletions
diff --git a/org.aspectj.ajdt.core/build.xml b/org.aspectj.ajdt.core/build.xml
index 224c3eea5..8765d7548 100644
--- a/org.aspectj.ajdt.core/build.xml
+++ b/org.aspectj.ajdt.core/build.xml
@@ -1,69 +1,6 @@
<?xml version="1.0"?>
-<project name="org.aspectj.ajdt.core" default="all" basedir=".">
-
- <import file="../build/build-common.xml"/>
- <import file="../runtime/build.xml"/>
- <import file="../asm/build.xml"/>
- <import file="../bridge/build.xml"/>
- <import file="../util/build.xml"/>
- <import file="../weaver/build.xml"/>
- <import file="../testing-util/build.xml"/>
-
- <path id="org.aspectj.ajdt.core.test.src.path">
- <path refid="org.aspectj.ajdt.core.src.path"/>
- <pathelement path="../testing-util/bin"/>
- <pathelement path="../weaver/bintest"/>
- <fileset dir="${basedir}/../lib">
- <include name="junit/*.jar"/>
- <include name="jdiff/*.jar"/>
- </fileset>
- </path>
-
- <path id="org.aspectj.ajdt.core.src.path">
- <fileset dir="${basedir}/../org.eclipse.jdt.core">
- <include name="*.jar"/>
- </fileset>
- <fileset dir="${basedir}/../lib">
- <include name="bcel/*.jar"/>
- </fileset>
- <pathelement path="../asm/bin"/>
- <pathelement path="../bridge/bin"/>
- <pathelement path="../runtime/bin"/>
- <pathelement path="../util/bin"/>
- <pathelement path="../weaver/bin"/>
- </path>
-
- <target name="compile" depends="init,
- asm.compile,
- bridge.compile,
- runtime.compile,
- util.compile,
- weaver.compile">
- <srccompile project="org.aspectj.ajdt.core" path="org.aspectj.ajdt.core.src.path"/>
- <!-- copy resources -->
- <copy todir="../org.aspectj.ajdt.core/bin">
- <fileset dir="../org.aspectj.ajdt.core/src" includes="**/*.properties"/>
- </copy>
- </target>
-
- <target name="test:compile" depends="compile,
- testing-util.compile,
- weaver.test:compile">
- <testcompile project="org.aspectj.ajdt.core" path="org.aspectj.ajdt.core.test.src.path"/>
- </target>
-
- <target name="test" depends="test:compile">
- <testrun project="org.aspectj.ajdt.core" path="org.aspectj.ajdt.core.test.src.path" suite="EajcModuleTests"/>
- </target>
-
- <target name="jar" depends="compile">
- <delete file="${build.ajdir}/jars/org.aspectj.ajdt.core.jar"/>
- <zip destfile="${build.ajdir}/jars/org.aspectj.ajdt.core.jar">
- <fileset dir="bin">
- <include name="**/*"/>
- </fileset>
- </zip>
- </target>
-
+<!-- see ../build/*.html for explanation -->
+<project name="org.aspectj.ajdt.core" default="test" basedir=".">
+ <import file="${basedir}/../build/build.xml"/>
</project>