User: pathoss 
  Date: 02/05/12 06:17:42

  Modified:    .        Tag: MODULE_REFACTORING_BRANCH build.xml
  Log:
  Added clean target.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +18 -12    xdoclet/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/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 17:50:14 -0000       1.1.2.1
  +++ build.xml 12 May 2002 13:17:42 -0000      1.1.2.2
  @@ -1,7 +1,6 @@
   <?xml version="1.0"?>
   
   <project name="XDoclet" default="dist" basedir=".">
  -
      <target name="core">
         <ant dir="${basedir}/core"/>
      </target>
  @@ -13,4 +12,11 @@
      </target>
      
      <target name="dist" depends="core,modules,samples"/>
  +
  +    <target name="clean">
  +        <echo message="Cleaning all: reverting back to source distribution..." />
  +        <ant dir="${basedir}/core" target="clean"/>
  +        <ant dir="${basedir}/modules" target="clean"/>
  +        <ant dir="${basedir}/samples" 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