jon         01/03/14 14:42:06

  Modified:    build    build-velocity.xml
  Log:
  remove dependency on the velocity.properties file
  
  Revision  Changes    Path
  1.50      +1 -1      jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- build-velocity.xml        2001/03/13 17:30:36     1.49
  +++ build-velocity.xml        2001/03/14 22:42:01     1.50
  @@ -574,7 +574,7 @@
              excludes="**/stylesheets/** empty.xml"
              includes="**/*.xml"
              lastModifiedCheck="true"
  -           velocityPropertiesFile="${docs.src}/velocity.properties">
  +           templatePath="../../jakarta-site2/xdocs/stylesheets">
         </anakia>
   
         <copy todir="${docs.dest}/images" filtering="no">
  
  
  

Reply via email to