mstover1    02/03/04 15:07:24

  Modified:    .        build.xml
  Log:
  Copy images from xdocs to docs
  
  Revision  Changes    Path
  1.49      +4 -0      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml 2 Mar 2002 19:54:32 -0000       1.48
  +++ build.xml 4 Mar 2002 23:07:24 -0000       1.49
  @@ -207,6 +207,9 @@
                                 includes="**/*.xml"
                                 lastModifiedCheck="false"
                                 
velocityPropertiesFile="${docs.src}/velocity.properties"/>
  +             <copy todir="${docs.dest}/images">
  +                     <fileset dir="${docs.src}/images"/>
  +             </copy>
        </target>
   
        <target name="printable_docs" depends="no.anakia" if="AnakiaTask.present">
  @@ -218,6 +221,7 @@
                                 includes="**/*.xml"
                                 lastModifiedCheck="false"
                                 
velocityPropertiesFile="${docs.src}/velocity.properties"/>
  +
        </target>
   
        <target name="test" depends="install">
  
  
  

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

Reply via email to