donaldp     02/03/31 22:29:37

  Modified:    proposal/myrmidon/src/samples sample.ant
  Log:
  Add an example that will draw out problem with entry with 0 changes
  
  Revision  Changes    Path
  1.2       +7 -0      jakarta-ant/proposal/myrmidon/src/samples/sample.ant
  
  Index: sample.ant
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/samples/sample.ant,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sample.ant        29 Mar 2002 13:12:15 -0000      1.1
  +++ sample.ant        1 Apr 2002 06:29:37 -0000       1.2
  @@ -314,6 +314,13 @@
               start="20 Feb 2002" end="20 Mar 2002">
               <user displayname="Peter Donald" userid="donaldp"/>
           </changelog>
  +
  +        <!-- start in future will test that catch case where certain
  +        files will have 0 changes-->
  +        <changelog basedir="." destfile="../../changelog2.txt"
  +            start="20 Feb 2004">
  +            <user displayname="Peter Donald" userid="donaldp"/>
  +        </changelog>
       </target>
   
   </project>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to