aboutsummaryrefslogtreecommitdiffstats
path: root/build/build-properties.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-23 20:04:50 +0000
committerwisberg <wisberg>2002-12-23 20:04:50 +0000
commit08cc7a3ac3efa224f90447ed32972e3dd7db3d12 (patch)
tree715640c116812f5df822f9b1cdeac21d5b8e0c4a /build/build-properties.xml
parent57f7f2df4d2051157f94db7fb684dc5decbed62b (diff)
downloadaspectj-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.xml4
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"