You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2003/07/24 09:13:28 UTC

cvs commit: ant/src/etc/testcases/taskdefs property.xml

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org