jvanzyl     02/03/18 04:59:51

  Modified:    .        project.xml
  Log:
  Updating project.xml but I think we've decided that having a lot of 'content'
  in the project.xml file is probably a good idea. The <description> can have
  enough 'content' to produce a catalog or index but it's probably not a good
  idea to have the front page content in there.
  
  Revision  Changes    Path
  1.28      +21 -12    jakarta-turbine-maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml       18 Mar 2002 04:28:31 -0000      1.27
  +++ project.xml       18 Mar 2002 12:59:51 -0000      1.28
  @@ -13,27 +13,36 @@
     <description>
     <![CDATA[
       <p>
  -      Maven: a person who has special knowledge or experience; an expert
  -      or connoisseur. In short, Maven strives to be a Java project expert. The
  -      entire concept of Maven is based around an object model for a project.
  +      Maven strives to be a lot of things, but primarily Maven strives to be a 
  +      project management and comprehension tool. 
  +    </p>
  +    <p>
  +      The entire concept of Maven is based around an object model for a project.
  +      Currently our only method of storage is an XML file
       </p>
       
       <p>
  -      <li>distinguish between compile/runtime/optional dependencies
  -      </li>      
  -      <li>build a project and all its dependencies from source
  +      </li>
  +        build a project and all its dependencies from source
  +      <li>
         </li>      
  -      <li>build a project against all its dependencies in binary form
  +      <li>
  +        build a project against all its dependencies in binary form
         </li>      
  -      <li>create comprehensive sets of information for a project
  +      <li>
  +        create comprehensive sets of information for a project
         </li>      
  -      <li>provides metrics for your Java project
  +      <li>
  +        provides metrics for your Java project
         </li>      
  -      <li>provides a standard build file for your project
  +      <li>
  +        provides a standard build file for your project
         </li>      
  -      <li>provides a recommended directory structure for your Java project
  +      <li>
  +        provides a recommended directory structure for your Java project
         </li>      
  -      <li>provides continuous integration
  +      <li>
  +        provides continuous integration
         </li>      
       </p>
     ]]>
  
  
  

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

Reply via email to