dion        02/01/29 19:16:14

  Modified:    latka    build.xml
  Log:
  Fixed dtd directory in webpages build
  
  Revision  Changes    Path
  1.26      +2 -2      jakarta-commons/latka/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 29 Jan 2002 07:03:00 -0000      1.25
  +++ build.xml 30 Jan 2002 03:16:14 -0000      1.26
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.25 2002/01/29 07:03:00 dion Exp $ -->
  +<!-- $Id: build.xml,v 1.26 2002/01/30 03:16:14 dion Exp $ -->
   <project name="commons-latka" default="build-java" basedir=".">
   
       <!-- patternset describing files to be copied from the doc directory -->
  @@ -345,7 +345,7 @@
               </fileset>
           </copy>
           <!-- copy dtds and entities-->
  -        <copy todir="${dest.webpages}/dtds">
  +        <copy todir="${dest.webpages}/dtds/1.0">
               <fileset dir="${source}/conf">
                   <include name="**/*.dtd"/>
                   <include name="**/*.ent"/>
  
  
  

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

Reply via email to