conor       00/10/30 05:36:03

  Modified:    src/main/org/apache/tools/ant/taskdefs Zip.java
  Log:
  Fix minor type in Zip task
  
  Revision  Changes    Path
  1.16      +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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Zip.java  2000/10/12 13:29:29     1.15
  +++ Zip.java  2000/10/30 13:35:42     1.16
  @@ -136,7 +136,7 @@
               throw new BuildException("basedir attribute must be set, or at 
least one fileset must be given!");
   
           if (zipFile == null) {
  -            throw new BuildException("You must specify the " + archiveType + 
"file to create!");
  +            throw new BuildException("You must specify the " + archiveType + 
" file to create!");
           }
   
           Vector dss = new Vector ();
  
  
  

Reply via email to