You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@apache.org on 2001/03/15 04:22:13 UTC

cvs commit: jakarta-velocity/examples/anakia/build build.xml velocity.properties

jon         01/03/14 19:22:13

  Modified:    examples/anakia/build build.xml
  Removed:     examples/anakia/build velocity.properties
  Log:
  get rid of velocity.properties file. not needed
  
  Revision  Changes    Path
  1.4       +3 -1      jakarta-velocity/examples/anakia/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/anakia/build/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	2000/11/26 23:06:19	1.3
  +++ build.xml	2001/03/15 03:22:11	1.4
  @@ -23,7 +23,9 @@
                projectFile="./stylesheets/project.xml"
                excludes="**/stylesheets/**"
                includes="**/*.xml"
  -             lastModifiedCheck="true">
  +             lastModifiedCheck="true"
  +             templatePath="../xdocs/stylesheets"
  +        >
           </anakia>
   
           <copy todir="${docs.dest}/images" filtering="no">