You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@apache.org on 2002/05/05 04:02:17 UTC

cvs commit: jakarta-tomcat-connectors/webapp build.xml

pier        02/05/04 19:02:17

  Modified:    webapp   build.xml
  Log:
  Added the "docs" target to build.xml (still have to modify it A LOT).
  This file is a mess.
  
  Revision  Changes    Path
  1.3       +20 -2     jakarta-tomcat-connectors/webapp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	31 Jan 2002 18:47:43 -0000	1.2
  +++ build.xml	5 May 2002 02:02:17 -0000	1.3
  @@ -3,7 +3,7 @@
   
   <!--
           "Coyote" connector framework for Jakarta Tomcat
  -        $Id: build.xml,v 1.2 2002/01/31 18:47:43 remm Exp $
  +        $Id: build.xml,v 1.3 2002/05/05 02:02:17 pier Exp $
   -->
   
   
  @@ -203,6 +203,24 @@
       </javadoc>
     </target>
   
  +  <target name="docs" depends="prepare">
  +    <copy todir="${build.home}/docs" >
  +      <fileset dir="./docs">
  +        <exclude name="**.xml"/>
  +        <exclude name="**.xsl"/>
  +        <exclude name="**.idx"/>
  +      </fileset>
  +    </copy>
  +
  +    <style
  +      basedir="./docs"
  +      destdir="${build.home}/docs"
  +      style="./docs/style.xsl"
  +      includes="**.xml"
  +    />
  +  </target>
  +
  +
   
   <!-- ========== Unit Test Targets ========================================= -->
   
  @@ -226,4 +244,4 @@
     </target>
   
   
  -</project>
  \ No newline at end of file
  +</project>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>