aboutsummaryrefslogtreecommitdiffstats
path: root/build/build-properties.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-01-06 23:31:30 +0000
committerwisberg <wisberg>2003-01-06 23:31:30 +0000
commit749fc8caf6d298020b3ac80ab6a7a7d579e79101 (patch)
tree0f4de6b69b785cb48e849ba8f829f819e2c0b7e0 /build/build-properties.xml
parentf70716bf3bb8816393303a1acad4fe048077203e (diff)
downloadaspectj-749fc8caf6d298020b3ac80ab6a7a7d579e79101.tar.gz
aspectj-749fc8caf6d298020b3ac80ab6a7a7d579e79101.zip
accidentally commented out short-circuit property
Diffstat (limited to 'build/build-properties.xml')
-rw-r--r--build/build-properties.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml
index a027d6181..5bd21f619 100644
--- a/build/build-properties.xml
+++ b/build/build-properties.xml
@@ -96,8 +96,8 @@
<!-- 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"/>
-->
+ <property name="init-taskdefs.done" value="done"/>
</target>
<target name="init-directories"