User: pathoss 
  Date: 02/05/15 15:02:53

  Modified:    modules  Tag: MODULE_REFACTORING_BRANCH build.xml
  Log:
  Added docs target for all modules.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +22 -0     xdoclet/modules/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/Attic/build.xml,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -w -r1.1.2.5 -r1.1.2.6
  --- build.xml 15 May 2002 18:55:32 -0000      1.1.2.5
  +++ build.xml 15 May 2002 22:02:53 -0000      1.1.2.6
  @@ -58,6 +58,28 @@
       <target name="dist" 
depends="xdoclet,ejb,apache,bea,exolab,hp,ibm,jboss,jmx,macromedia,mvcsoft,mx4j,orion,pramati,web,webwork"/>
   
       <!-- =================================================================== -->
  +    <!-- Build the documentation from xtags.xml files.                       -->
  +    <!-- =================================================================== -->
  +    <target name="docs">
  +        <ant dir="${basedir}/apache"     target="docs"/>
  +        <ant dir="${basedir}/bea"        target="docs"/>
  +        <ant dir="${basedir}/ejb"        target="docs"/>
  +        <ant dir="${basedir}/ejb"        target="docs"/>
  +        <ant dir="${basedir}/exolab"     target="docs"/>
  +        <ant dir="${basedir}/hp"         target="docs"/>
  +        <ant dir="${basedir}/ibm"        target="docs"/>
  +        <ant dir="${basedir}/jboss"      target="docs"/>
  +        <ant dir="${basedir}/jmx"        target="docs"/>
  +        <ant dir="${basedir}/macromedia" target="docs"/>
  +        <ant dir="${basedir}/mvcsoft"    target="docs"/>
  +        <ant dir="${basedir}/orion"      target="docs"/>
  +        <ant dir="${basedir}/pramati"    target="docs"/>
  +        <ant dir="${basedir}/web"        target="docs"/>
  +        <ant dir="${basedir}/webwork"    target="docs"/>
  +        <ant dir="${basedir}/xdoclet"    target="docs"/>
  +    </target>
  +
  +    <!-- =================================================================== -->
       <!-- Clean                                                               -->
       <!-- =================================================================== -->
       <target name="clean">
  
  
  

_______________________________________________________________

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