dion        2003/07/09 00:13:53

  Modified:    src/plugins-build/html2xdoc plugin.jelly
  Log:
  Couple of comments on things to fix
  
  Revision  Changes    Path
  1.6       +2 -0      maven/src/plugins-build/html2xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/html2xdoc/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly      29 Mar 2003 11:38:39 -0000      1.5
  +++ plugin.jelly      9 Jul 2003 07:13:53 -0000       1.6
  @@ -7,10 +7,12 @@
     xmlns:html="jelly:html"
     xmlns:util="jelly:util">
   
  +  <!-- FIXME: This should work like other xdoc generating plugins -->
     <goal name="html2xdoc" prereqs="xdoc:init"
       description="Generates XDoc documentation from normal HTML files">
   
       <j:set var="destdir" value="${maven.gen.docs}"/>
  +    <!-- FIXME: Shouldn't need to do this check -->
       <j:if test="${empty(destdir)}">
         <j:set var="destdir" value="${maven.build.dir}/generated-xdocs"/>
       </j:if>
  
  
  

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

Reply via email to