You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2005/05/23 22:03:14 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Clone.java

mbenson     2005/05/23 13:03:14

  Modified:    .        WHATSNEW
               docs/manual coretasklist.html
  Removed:     docs/manual/CoreTasks clone.html
               src/etc/testcases/taskdefs clone.xml
               src/testcases/org/apache/tools/ant/taskdefs CloneTest.java
               src/main/org/apache/tools/ant/taskdefs Clone.java
  Log:
  Remove clone task.
  
  Revision  Changes    Path
  1.830     +0 -2      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.829
  retrieving revision 1.830
  diff -u -r1.829 -r1.830
  --- WHATSNEW	23 May 2005 20:00:21 -0000	1.829
  +++ WHATSNEW	23 May 2005 20:03:14 -0000	1.830
  @@ -141,8 +141,6 @@
   * Added preserveLastModified attribute to signjar task.
     Bugzilla report 30987.
   
  -* Added clone task. Bugzilla report 32631.
  -
   * Added <scriptcondition> condition, for inline scripted conditions
   
   * Added <xor> condition for exclusive-or combining of nested conditions.
  
  
  
  1.61      +0 -1      ant/docs/manual/coretasklist.html
  
  Index: coretasklist.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/coretasklist.html,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- coretasklist.html	29 Apr 2005 18:58:16 -0000	1.60
  +++ coretasklist.html	23 May 2005 20:03:14 -0000	1.61
  @@ -28,7 +28,6 @@
   <a href="CoreTasks/pack.html">BZip2</a><br>
   <a href="CoreTasks/checksum.html">Checksum</a><br>
   <a href="CoreTasks/chmod.html">Chmod</a><br>
  -<a href="CoreTasks/clone.html">Clone</a><br>
   <a href="CoreTasks/concat.html">Concat</a><br>
   <a href="CoreTasks/condition.html">Condition</a><br>
   &nbsp;&nbsp;<a href="CoreTasks/conditions.html">Supported conditions</a><br>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org