You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/12/31 17:51:34 UTC

cvs commit: jakarta-turbine-torque build.xml

jvanzyl     01/12/31 08:51:34

  Modified:    .        build.xml
  Log:
  - add the javadocs to the standard distribution
  
  Revision  Changes    Path
  1.29      +5 -1      jakarta-turbine-torque/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml	23 Nov 2001 14:57:51 -0000	1.28
  +++ build.xml	31 Dec 2001 16:51:34 -0000	1.29
  @@ -492,12 +492,16 @@
   
     <target
       name="dist"
  -    depends="jar,check.village"
  +    depends="jar,check.village,javadocs"
       description="==> Creates torque.zip distribution">
   
       <property name="torque.dir" value="${build.dir}/torque/torque"/>
       <mkdir dir="${torque.dir}"/>
       <mkdir dir="${torque.dir}/lib"/>
  +
  +    <copy todir="${torque.dir}/docs">
  +      <fileset dir="docs"/>
  +    </copy>
   
       <copy file="${velocity.jar}" todir="${torque.dir}/lib"/>
       <copy file="${xerces.jar}" todir="${torque.dir}/lib"/>
  
  
  

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