glenn       01/07/08 06:09:44

  Modified:    .        common.xml
  Log:
  Update clean target
  
  Revision  Changes    Path
  1.15      +1 -3      jakarta-taglibs/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/common.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- common.xml        2001/07/07 20:18:04     1.14
  +++ common.xml        2001/07/08 13:09:44     1.15
  @@ -251,9 +251,7 @@
     <!-- =================================================================== -->
     <target name="clean">
       <antcall target="${clean.pre}"/>
  -    <delete dir="${build.doc}"/>
  -    <delete dir="${build.examples}"/>
  -    <delete dir="${build.library}"/>
  +    <delete dir="${build.dir}/${taglib.name}"/>
       <delete dir="${dist.dir}/${taglib.name}"/>
       <antcall target="${clean.post}"/>
     </target>
  
  
  

Reply via email to