dion        2003/08/04 06:45:51

  Modified:    src/plugins-build/word2html plugin.jelly
  Log:
  Remove space, as CVS head has problems with goals having spaces before/after them
  
  Revision  Changes    Path
  1.6       +1 -1      maven/src/plugins-build/word2html/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/word2html/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly      9 Jul 2003 07:30:48 -0000       1.5
  +++ plugin.jelly      4 Aug 2003 13:45:51 -0000       1.6
  @@ -13,7 +13,7 @@
     </goal>
   
     <goal name="word2html:generate"
  -        prereqs="xdoc:init, word2html:prepare-filesystem"
  +        prereqs="xdoc:init,word2html:prepare-filesystem"
           description="Generate HTML docs from Word via CScript">
   
       <j:if test="${!wordSrcDir.equals('MAVEN_WORD2HTML_SRC_DIR_NOT_SET')}">
  
  
  

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

Reply via email to