bodewig 2003/07/24 00:13:28 Modified: src/etc/testcases/taskdefs property.xml Log: Oops Revision Changes Path 1.9 +1 -1 ant/src/etc/testcases/taskdefs/property.xml Index: property.xml =================================================================== RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/property.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- property.xml 24 Jul 2003 07:07:06 -0000 1.8 +++ property.xml 24 Jul 2003 07:13:28 -0000 1.9 @@ -43,7 +43,7 @@ <target name="thisIsNotACircularReference"> <property file="property5.properties"/> - <echo>b is ${a}</echo> + <echo>b is ${b}</echo> </target> </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]