kaz         02/02/23 09:10:31

  Modified:    src/templates/build build-docs.xml
  Added:       xdocs    toolbox.props
  Log:
  Adding toolbox so DVSL can build the xdocs properly and forcing DVSL to
  build docs on each invocation in the event project.xml has been changed
  (in which case, all docs must be generated - anakia used to do this
   automatically).
  
  Revision  Changes    Path
  1.9       +2 -0      jakarta-turbine-maven/src/templates/build/build-docs.xml
  
  Index: build-docs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build-docs.xml    23 Feb 2002 16:40:14 -0000      1.8
  +++ build-docs.xml    23 Feb 2002 17:10:31 -0000      1.9
  @@ -133,6 +133,8 @@
         basedir="${docs.src}"
         destdir="${docs.dest}/"
         extension=".html"
  +      force="true"
  +      toolboxfile="${docs.src}/toolbox.props"
         style="${docs.src}/stylesheets/site.dvsl"
         excludes="**/project.xml,**/template.xml"
         includes="**/*.xml"
  
  
  
  1.1                  jakarta-turbine-maven/xdocs/toolbox.props
  
  Index: toolbox.props
  ===================================================================
  toolbox.contextname = toolbox
  toolbox.tool.htmlescape = org.apache.velocity.anakia.Escape
  
  
  
  
  

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

Reply via email to