donaldp     02/03/22 01:37:17

  Modified:    cache    build.xml
               extension build.xml
               i18n     build.xml
               io       build.xml
               naming   build.xml
  Log:
  Zap the checkstyle.cache on clean.
  
  Revision  Changes    Path
  1.6       +1 -0      jakarta-avalon-excalibur/cache/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cache/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 21 Mar 2002 14:19:21 -0000      1.5
  +++ build.xml 22 Mar 2002 09:37:16 -0000      1.6
  @@ -276,6 +276,7 @@
   
       <!-- Cleans up build and distribution directories -->
       <target name="clean" description="Cleans up the project">
  +        <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
  
  
  
  1.22      +1 -0      jakarta-avalon-excalibur/extension/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 21 Mar 2002 14:19:21 -0000      1.21
  +++ build.xml 22 Mar 2002 09:37:16 -0000      1.22
  @@ -256,6 +256,7 @@
   
       <!-- Cleans up build and distribution directories -->
       <target name="clean" description="Cleans up the project">
  +        <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
  
  
  
  1.22      +1 -0      jakarta-avalon-excalibur/i18n/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 21 Mar 2002 14:19:21 -0000      1.21
  +++ build.xml 22 Mar 2002 09:37:16 -0000      1.22
  @@ -255,6 +255,7 @@
   
       <!-- Cleans up build and distribution directories -->
       <target name="clean" description="Cleans up the project">
  +        <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
  
  
  
  1.23      +1 -0      jakarta-avalon-excalibur/io/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml 21 Mar 2002 14:19:21 -0000      1.22
  +++ build.xml 22 Mar 2002 09:37:17 -0000      1.23
  @@ -255,6 +255,7 @@
   
       <!-- Cleans up build and distribution directories -->
       <target name="clean" description="Cleans up the project">
  +        <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
  
  
  
  1.23      +1 -0      jakarta-avalon-excalibur/naming/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml 21 Mar 2002 14:19:21 -0000      1.22
  +++ build.xml 22 Mar 2002 09:37:17 -0000      1.23
  @@ -262,6 +262,7 @@
   
       <!-- Cleans up build and distribution directories -->
       <target name="clean" description="Cleans up the project">
  +        <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
  
  
  

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

Reply via email to