donaldp     01/09/12 08:18:08

  Modified:    src/main/org/apache/tools/ant/taskdefs Zip.java
  Log:
  Remove deprecated tag as that method is NOT deprecated - gotta love 
copy-paste documentation ;)
  
  Revision  Changes    Path
  1.49      +0 -1      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Zip.java
  
  Index: Zip.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Zip.java,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- Zip.java  2001/09/12 14:21:43     1.48
  +++ Zip.java  2001/09/12 15:18:08     1.49
  @@ -114,7 +114,6 @@
        * This is the name/location of where to 
        * create the .zip file.
        *
  -     * @deprecated Use setFile() instead
        */
       public void setFile(File file) {
           this.zipFile = file;
  
  
  

Reply via email to