User: pathoss 
  Date: 02/05/12 07:27:45

  Modified:    modules  Tag: MODULE_REFACTORING_BRANCH build.xml
  Log:
  Added clean target.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +74 -54    xdoclet/modules/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/Attic/build.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -w -r1.1.2.1 -r1.1.2.2
  --- build.xml 9 May 2002 16:38:28 -0000       1.1.2.1
  +++ build.xml 12 May 2002 14:27:45 -0000      1.1.2.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<!-- the project element's name attribute will be used in the name of the module's 
jar file -->
  +<!-- The project element's name attribute will be used in the name of the module's 
jar file/ -->
   <project name="XDoclet Modules" default="dist" basedir=".">
   
      <target name="apache">
  @@ -57,4 +57,24 @@
      <!-- =================================================================== -->
      <target name="dist" 
depends="xdoclet,ejb,apache,bea,exolab,hp,ibm,jboss,jmx,macromedia,mvcsoft,mx4j,orion,pramati,web,webwork"/>
      
  +    <target name="clean">
  +        <ant dir="${basedir}/apache"     target="clean"/>
  +        <ant dir="${basedir}/bea"        target="clean"/>
  +        <ant dir="${basedir}/ejb"        target="clean"/>
  +        <ant dir="${basedir}/ejb"        target="clean"/>
  +        <ant dir="${basedir}/exolab"     target="clean"/>
  +        <ant dir="${basedir}/hp"         target="clean"/>
  +        <ant dir="${basedir}/ibm"        target="clean"/>
  +        <ant dir="${basedir}/jboss"      target="clean"/>
  +        <ant dir="${basedir}/jmx"        target="clean"/>
  +        <ant dir="${basedir}/macromedia" target="clean"/>
  +        <ant dir="${basedir}/mvcsoft"    target="clean"/>
  +        <ant dir="${basedir}/mjx"        target="clean"/>
  +        <ant dir="${basedir}/orion"      target="clean"/>
  +        <ant dir="${basedir}/pramati"    target="clean"/>
  +        <ant dir="${basedir}/web"        target="clean"/>
  +        <ant dir="${basedir}/webwork"    target="clean"/>
  +        <ant dir="${basedir}/xdoclet"    target="clean"/>
  +    </target>
  +
   </project>
  
  
  

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to