diff options
author | wisberg <wisberg> | 2002-12-23 20:04:50 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-23 20:04:50 +0000 |
commit | 08cc7a3ac3efa224f90447ed32972e3dd7db3d12 (patch) | |
tree | 715640c116812f5df822f9b1cdeac21d5b8e0c4a /build/build-properties.xml | |
parent | 57f7f2df4d2051157f94db7fb684dc5decbed62b (diff) | |
download | aspectj-08cc7a3ac3efa224f90447ed32972e3dd7db3d12.tar.gz aspectj-08cc7a3ac3efa224f90447ed32972e3dd7db3d12.zip |
rolling out build changes to bootstrap jar.
Diffstat (limited to 'build/build-properties.xml')
-rw-r--r-- | build/build-properties.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml index e85eed177..a027d6181 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -91,13 +91,13 @@ unless="init-taskdefs.done" > <fail unless="aspectj.build.jar.available" message="unable to find aspectj.build.jar: ${aspectj.build.jar}"/> - <!-- run directly from classes in bin when debugging. <taskdef resource="org/aspectj/internal/tools/ant/taskdefs/taskdefs.properties" classpath="${aspectj.build.jar}"/> - --> + <!-- run directly from classes in bin when debugging. <taskdef resource="org/aspectj/internal/tools/ant/taskdefs/taskdefs.properties" classpath="${aspectj.modules.dir}/build/bin"/> <property name="init-taskdefs.done" value="done"/> + --> </target> <target name="init-directories" |