summaryrefslogtreecommitdiffstats
path: root/build/build-properties.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-18 20:17:54 +0000
committerwisberg <wisberg>2002-12-18 20:17:54 +0000
commit0d53a7250c40bd404dbc0ecb35b66e5450fafbcd (patch)
treef695cc0b3b100f293ecc66ac540f4a00ecf7683e /build/build-properties.xml
parente38399bbe1fdeb0aafd1dea4fbbbb442be5e53d5 (diff)
downloadaspectj-0d53a7250c40bd404dbc0ecb35b66e5450fafbcd.tar.gz
aspectj-0d53a7250c40bd404dbc0ecb35b66e5450fafbcd.zip
debug comment
Diffstat (limited to 'build/build-properties.xml')
-rw-r--r--build/build-properties.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml
index 71628de10..64fab94a1 100644
--- a/build/build-properties.xml
+++ b/build/build-properties.xml
@@ -86,7 +86,11 @@
<fail unless="aspectj.build.jar.available"
message="unable to find aspectj.build.jar: ${aspectj.build.jar}"/>
<taskdef resource="org/aspectj/internal/tools/ant/taskdefs/taskdefs.properties"
- classpath="${aspectj.build.jar}"/>
+ classpath="${aspectj.build.jar}"/>
+ <!-- when debugging, etc.
+ <taskdef resource="org/aspectj/internal/tools/ant/taskdefs/taskdefs.properties"
+ classpath="${aspectj.modules.dir}/build/bin"/>
+ -->
<property name="init-taskdefs.done" value="done"/>
</target>