geirm       02/02/10 01:22:41

  Modified:    .        build.xml
  Log:
  Updated version # to reflect the large enhancment due to
  Bill Burton <[EMAIL PROTECTED]> patch.
  
  Also, patch from Bill for switching to tooboxfile property in the
  new dvsl task.
  
  Revision  Changes    Path
  1.11      +2 -2      jakarta-velocity-dvsl/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-dvsl/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 7 Feb 2002 05:58:00 -0000       1.10
  +++ build.xml 10 Feb 2002 09:22:41 -0000      1.11
  @@ -21,7 +21,7 @@
     <property name="project.title"         value=""/>
   
     <!-- The current version number of this component -->
  -  <property name="project.version"       value="0.33"/>
  +  <property name="project.version"       value="0.40"/>
   
     <!-- The base directory for compilation targets -->
     <property name="build.home"              value="target"/>
  @@ -232,7 +232,7 @@
         <dvsl
              basedir="${docs.src}"
              destdir="${docs.dest}/"
  -        toolbox="${docs.src}/toolbox.props"
  +           toolboxfile="${docs.src}/toolbox.props"
              extension=".html"
              style="${source.home}/stylesheets/site.dvsl"
              excludes="**/project.xml"
  
  
  

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

Reply via email to