dion        2003/07/09 00:30:49

  Modified:    src/plugins-build/word2html plugin.jelly
  Log:
  Change pre-goal to site rather than xdoc, as word docs are nothing to do with xdocs
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly      18 Jun 2003 01:23:59 -0000      1.4
  +++ plugin.jelly      9 Jul 2003 07:30:48 -0000       1.5
  @@ -44,7 +44,7 @@
       </j:if>
     </goal>
   
  -  <preGoal name="xdoc">
  +  <preGoal name="site">
       <j:if test="${!wordSrcDir.equals('MAVEN_WORD2HTML_SRC_DIR_NOT_SET')}">
         <attainGoal name="word2html:generate"/>
       </j:if>
  
  
  

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

Reply via email to