dion        02/01/27 05:40:47

  Modified:    latka    build.xml
  Log:
  moving to jakarta-commons/docs
  
  Revision  Changes    Path
  1.22      +3 -2      jakarta-commons/latka/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 26 Jan 2002 03:40:53 -0000      1.21
  +++ build.xml 27 Jan 2002 13:40:47 -0000      1.22
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.21 2002/01/26 03:40:53 dion Exp $ -->
  +<!-- $Id: build.xml,v 1.22 2002/01/27 13:40:47 dion Exp $ -->
   <project name="commons-latka" default="build-java" basedir=".">
   
       <!-- patternset describing files to be copied from the doc directory -->
  @@ -333,7 +333,8 @@
         -->
       <target name="webpages" depends="init, doc" 
               description="create web site documentation">
  -        <property name="dest.webpages" value="${basedir}/webpages"/>
  +        <!-- this is jakarta-commons/docs/latka -->
  +        <property name="dest.webpages" value="${basedir}/../docs/latka"/>
           <copy todir="${dest.webpages}">
               <fileset dir="${dest.doc}">
                   <include name="**/*"/>
  
  
  

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

Reply via email to