jvanzyl 02/01/22 08:32:23
Modified: . build-test.xml
Log:
- the property is
develop.with.aspects
not
test.with.aspects
Revision Changes Path
1.10 +1 -1 jakarta-turbine-3/build-test.xml
Index: build-test.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/build-test.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build-test.xml 22 Jan 2002 14:13:18 -0000 1.9
+++ build-test.xml 22 Jan 2002 16:32:23 -0000 1.10
@@ -261,7 +261,7 @@
<target
name="copy-aspectj-runtime"
- if="test.with.aspects">
+ if="develop.with.aspects">
<copy file="${aspectjrt.jar}" todir="${build.dir}/rttest/lib"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>