kaz         02/03/17 08:35:02

  Modified:    src/templates/build build-docs.xml
  Log:
  Removing the hard-coded reference to the 'docs' directory.
  
  Revision  Changes    Path
  1.33      +1 -1      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.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build-docs.xml    17 Mar 2002 00:42:39 -0000      1.32
  +++ build-docs.xml    17 Mar 2002 16:35:02 -0000      1.33
  @@ -32,7 +32,7 @@
       
       <jxr
         startDir="src"
  -      destDir="docs/xref"
  +      destDir="${docs.dest}/xref"
         imageFolder="${maven.home}/images/folder.gif"
         imageFile="${maven.home}/images/file.gif">
       </jxr>
  
  
  

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

Reply via email to