dion        2003/07/16 18:20:09

  Modified:    xdocs/start anakia.xml
  Log:
  Fix old docs
  
  Revision  Changes    Path
  1.7       +4 -5      maven/xdocs/start/anakia.xml
  
  Index: anakia.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/start/anakia.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- anakia.xml        30 Mar 2003 22:59:56 -0000      1.6
  +++ anakia.xml        17 Jul 2003 01:20:09 -0000      1.7
  @@ -33,8 +33,7 @@
           </p>
           <p>
             <li>
  -            Create a project descriptor and then add Maven delegators to
  -            your build file.  Please refer to the <a
  +            Create a project descriptor and refer to the <a
               href="integrate.html">Integration</a> document for
               assistance.  You'll also be able to change the default colors
               used by Maven when generating your site by setting the
  @@ -47,7 +46,7 @@
           <p>
             <li>
               Use Maven to generate your site by invoking the
  -            <code>maven site:generate</code> Ant target.  You can also
  +            <code>maven site</code> goal.  You can also
               automatically deploy your site to a web server with
               <code>maven site:deploy</code>.
             </li>
  @@ -56,8 +55,8 @@
         <p>
           If your project does not store its documentation in the
           <code>xdocs</code> directory located in the base directory of
  -        the project, you'll have to define the Ant property
  -        <code>${docs.src}</code> in a properties file or via the command
  +        the project, you'll have to define the property
  +        <code>${maven.docs.src}</code> in a properties file or via the command
           line to point to the appropriate location.
         </p>
         <p>
  
  
  

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

Reply via email to