stevel      2002/06/21 10:29:44

  Modified:    src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH
                        Zip.java
  Log:
  dunno if magesh will accept this one, but from my 'software engineer on the 
west coast' perspective, 10:30 am PST is unnatturally early in the morning for 
me to be coding.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.78.2.3  +1 -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.78.2.2
  retrieving revision 1.78.2.3
  diff -u -r1.78.2.2 -r1.78.2.3
  --- Zip.java  21 Jun 2002 07:08:16 -0000      1.78.2.2
  +++ Zip.java  21 Jun 2002 17:29:44 -0000      1.78.2.3
  @@ -144,7 +144,7 @@
        * create the file.
        * @since Ant 1.5
        * @deprecated Use setDestFile(File) instead
  -     * @ant.attribute ignore="true"
  +     * @ant.attribute ignored="true"
        */
       public void setFile(File file) {
           setDestFile(file);
  
  
  

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

Reply via email to