You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2003/04/26 03:27:45 UTC

cvs commit: jakarta-velocity-tools build.xml

nbubna      2003/04/25 18:27:45

  Modified:    .        build.xml
  Log:
  sync to documentation changes
  
  Revision  Changes    Path
  1.12      +11 -5     jakarta-velocity-tools/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	10 Mar 2003 19:05:08 -0000	1.11
  +++ build.xml	26 Apr 2003 01:27:45 -0000	1.12
  @@ -203,11 +203,17 @@
   
       <dvsl basedir="${docs.src}"
             destdir="${docs.dir}/"
  -          toolboxfile="xdocs/toolbox.props"
  +          toolboxfile="${docs.src}/toolbox.props"
             extension=".html"
  -          style="xdocs/site.dvsl"
  -          excludes="*menu.xml"
  -          includes="*.xml" />
  +          style="${docs.src}/site.dvsl"
  +          excludes="**/*menu.xml"
  +          includes="**/*.xml" />
  +
  +    <copy todir="${docs.dir}/images">
  +      <fileset dir="${docs.src}/images">
  +        <include name="*.png" />
  +      </fileset>
  +    </copy>
     </target>
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org