sraeburn    2003/07/31 13:18:52

  Modified:    .        build.xml
  Log:
  Clean contrib build artifacts (struts-el for now)
  
  Revision  Changes    Path
  1.115     +8 -1      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- build.xml 10 Jul 2003 04:25:05 -0000      1.114
  +++ build.xml 31 Jul 2003 20:18:52 -0000      1.115
  @@ -744,11 +744,18 @@
           inheritall="false" target="clean"/>
       </target>
   
  +<!--
  +       Clean contrib distribution
  +-->
  +    <target name="clean.contrib" >
  +        <ant dir="${basedir}/contrib/struts-el"
  +             target="clean" inheritAll="false"/>
  +     </target>
   
   <!--
           Clean up build and distribution directories
   -->
  -    <target name="clean" depends="clean.legacy"
  +    <target name="clean" depends="clean.legacy, clean.contrib"
        description="Clean build and distribution directories">
           <delete dir="${build.home}"/>
           <delete dir="${dist.home}"/>
  
  
  

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

Reply via email to