diff options
author | acolyer <acolyer> | 2005-08-11 10:35:20 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-08-11 10:35:20 +0000 |
commit | 818059b879ce33d4b5c0a3abbb6bfe3b9408c967 (patch) | |
tree | 38da98349d3e8dbe94db92b45841f244e34828b5 | |
parent | e56604a385422063520b988c616eb894880239a7 (diff) | |
download | aspectj-818059b879ce33d4b5c0a3abbb6bfe3b9408c967.tar.gz aspectj-818059b879ce33d4b5c0a3abbb6bfe3b9408c967.zip |
removed import of non-existing file
-rw-r--r-- | bcel-builder/build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bcel-builder/build.xml b/bcel-builder/build.xml index 55b28f624..1c74f40c8 100644 --- a/bcel-builder/build.xml +++ b/bcel-builder/build.xml @@ -3,7 +3,7 @@ <!-- *********************************************************************** --> <!-- compliance for Alex build --> <!-- *********************************************************************** --> - <import file="../build/build-common.xml"/> + <!--<import file="../build/build-common.xml"/>--> <path id="bcel-builder.test.src.path"> <fileset dir="${basedir}/../lib"> @@ -25,6 +25,8 @@ <mkdir dir="bin"/> </target> + <target name="init"/> + <target name="compile" depends="init"> <srccompile project="bcel-builder" path="bcel-builder.src.path"/> </target> |