dion        02/01/25 19:40:53

  Modified:    latka    build.xml
  Log:
  Added a target for building the web pages found on http://jakarta.apache.org/latka/
  
  Revision  Changes    Path
  1.21      +17 -1     jakarta-commons/latka/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml 25 Jan 2002 00:20:42 -0000      1.20
  +++ build.xml 26 Jan 2002 03:40:53 -0000      1.21
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.20 2002/01/25 00:20:42 dion Exp $ -->
  +<!-- $Id: build.xml,v 1.21 2002/01/26 03:40:53 dion Exp $ -->
   <project name="commons-latka" default="build-java" basedir=".">
   
       <!-- patternset describing files to be copied from the doc directory -->
  @@ -327,4 +327,20 @@
   
       <!-- ######################################################### -->
   
  +    <!-- 
  +        build the directory that is a shadow of 
  +        jakarta.apache.org/commons/latka
  +      -->
  +    <target name="webpages" depends="init, doc" 
  +            description="create web site documentation">
  +        <property name="dest.webpages" value="${basedir}/webpages"/>
  +        <copy todir="${dest.webpages}">
  +            <fileset dir="${dest.doc}">
  +                <include name="**/*"/>
  +            </fileset>
  +            <fileset dir="${source}/tests/samples">
  +                <include name="TestCommonsWebSite.xml"/>
  +            </fileset>
  +        </copy>
  +    </target>
   </project>
  
  
  

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

Reply via email to