You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/10/24 04:12:42 UTC

cvs commit: maven/xdocs features.xml index.xml

brett       2004/10/23 19:12:42

  Modified:    xdocs    Tag: MAVEN-1_0-BRANCH features.xml index.xml
  Log:
  PR: MAVEN-1443
  Submitted by:	Carlos Sanchez
  old doco changes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.12.10.2 +3 -2      maven/xdocs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/features.xml,v
  retrieving revision 1.12.10.1
  retrieving revision 1.12.10.2
  diff -u -r1.12.10.1 -r1.12.10.2
  --- features.xml	4 Mar 2004 17:45:56 -0000	1.12.10.1
  +++ features.xml	24 Oct 2004 02:12:42 -0000	1.12.10.2
  @@ -40,7 +40,7 @@
           </li>
   
           <li>
  -          A single set of Ant files are used to build any number of projects
  +          A single set of methods are used to build any number of projects
             that you are managing. No more keeping track of countless build
             systems. As improvements are made to the Maven build system
             all Maven users benefit!
  @@ -61,7 +61,7 @@
             Site publication based on the POM. Once the POM is accurate
             your developers can easily publish the project's content which
             includes custom documentation plus Maven's extensive documentation
  -          set based on your project's sources. Currently Maven provides the
  +          set based on your project's sources. Mainly Maven provides the
             following:
             <ul>
               <li>Change log document created directly from repository information.</li>
  @@ -75,6 +75,7 @@
               <li>Software Development References</li>
               <li>Software Development Process Documentation</li>
             </ul>
  +          and more reports using the different plugins.
           </li>
   
           <li>
  
  
  
  1.11.10.3 +3 -2      maven/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/index.xml,v
  retrieving revision 1.11.10.2
  retrieving revision 1.11.10.3
  diff -u -r1.11.10.2 -r1.11.10.3
  --- index.xml	13 Jul 2004 14:21:03 -0000	1.11.10.2
  +++ index.xml	24 Oct 2004 02:12:42 -0000	1.11.10.3
  @@ -39,8 +39,9 @@
         Maven is a Java project management and project comprehension tool. Maven
         is based on the concept of a project object model (POM) in that all the
         artifacts produced by Maven are a result of consulting a well defined
  -      model for your project. Builds, documentation, source metrics, and source
  -      cross-references are all controlled by your POM. Look here to see the
  +      model for your project. Builds, documentation, source metrics, source
  +      cross-references and a countless number of reports are all controlled by 
  +      your POM. Look here to see the
         full list of Maven's <a href="features.html">features</a>.
       </p>
       <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org