mcconnell    2003/09/12 02:58:25

  Modified:    merlin   maven.xml
  Log:
  Remove javadoc links that don't exist and update others to new docs recently put in 
place.  Also move licese goal as a prereq instead of executing under the reactor.
  
  Revision  Changes    Path
  1.62      +7 -7      avalon-sandbox/merlin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/maven.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- maven.xml 11 Sep 2003 04:15:27 -0000      1.61
  +++ maven.xml 12 Sep 2003 09:58:25 -0000      1.62
  @@ -263,11 +263,10 @@
     related subprojects.
     -->
     <goal name="merlin:site"
  -    description="Build the Merlin site.">
  -    <maven:reactor
  -      basedir="${basedir}"
  +      description="Build the Merlin site" prereqs="license">
  +    <maven:reactor basedir="${basedir}"
         includes="platform.xml"
  -      goals="xjavadoc,license,site"
  +      goals="xjavadoc,site"
         banner="Building site:"
         ignoreFailures="false"/>
     </goal>
  @@ -342,9 +341,10 @@
          <link href="${avalon.logkit.link}" />
          <link href="${avalon.lifecycle.link}" />
          <link href="${excalibur.configuration.link}" />
  -       <link href="${excalibur.pool.link}" />
  -       <link href="${excalibur.thread.link}" />
  -       <link href="${excalibur.event.link}" />
  +        <!-- comment out the following until the respective project docs are in 
place -->
  +       <!--<link href="${excalibur.pool.link}" />-->
  +       <!--<link href="${excalibur.thread.link}" />-->
  +       <!--<link href="${excalibur.event.link}" />-->
       </ant:javadoc>
     </goal>
   
  
  
  

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

Reply via email to