You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/12/10 05:05:21 UTC

cvs commit: maven/xdocs/reference project-descriptor.xml

dion        2003/12/09 20:05:21

  Modified:    xdocs    Tag: MAVEN-1_0-BRANCH navigation.xml changes.xml
                        repository-upload.xml
               xdocs/misc Tag: MAVEN-1_0-BRANCH articles.xml
               xdocs/reference Tag: MAVEN-1_0-BRANCH project-descriptor.xml
  Log:
  Catch up from head
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.33.4.1  +1 -4      maven/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/navigation.xml,v
  retrieving revision 1.33
  retrieving revision 1.33.4.1
  diff -u -r1.33 -r1.33.4.1
  --- navigation.xml	5 Oct 2003 07:59:21 -0000	1.33
  +++ navigation.xml	10 Dec 2003 04:05:20 -0000	1.33.4.1
  @@ -9,10 +9,7 @@
         <item name="Jelly"                   href="http://jakarta.apache.org/commons/jelly/index.html"/>
         <item name="Plugins"           href="/reference/plugins/index.html"/>
       </links>
  -   <menu name="Apache">
  -     <item name="ApacheCon" href="http://apachecon.com/2003/US/index.html" 
  -           img="http://jakarta.apache.org/images/logos/ac2003-150.gif"/>
  -   </menu>
  +
      <menu name="Overview">
         <item name="Goals"                   href="/goals.html"/>
         <item name="Features"                href="/features.html"/>
  
  
  
  1.14.4.2  +0 -2      maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/changes.xml,v
  retrieving revision 1.14.4.1
  retrieving revision 1.14.4.2
  diff -u -r1.14.4.1 -r1.14.4.2
  --- changes.xml	26 Nov 2003 11:45:18 -0000	1.14.4.1
  +++ changes.xml	10 Dec 2003 04:05:20 -0000	1.14.4.2
  @@ -11,11 +11,9 @@
       </release>
   
       <release version="1.0RC1" date="2003-09-30">
  -
         <action dev='dion' type='fix'>
           Move maven.docs.* and maven.gen.docs to defaults.properties instead of xdoc plugin
         </action>
  -
         <action dev="jvanzyl" type="add">
           Added the new POM marshaller and unmarshaller based on the xpp3
           xmlpull parser. This eliminates betwixt and friends from the POM
  
  
  
  1.7.4.1   +1 -2      maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7
  retrieving revision 1.7.4.1
  diff -u -r1.7 -r1.7.4.1
  --- repository-upload.xml	26 Aug 2003 23:27:37 -0000	1.7
  +++ repository-upload.xml	10 Dec 2003 04:05:20 -0000	1.7.4.1
  @@ -65,8 +65,7 @@
     
       <section name="Step 2. Posting the request">
         <p>
  -        Post your request to <a href="http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10030&amp;issueType=3">JIRA</a>. 
  -        Make sure you select the "Repo Jar Requests" component.
  +        Post your request to <a href="http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367&amp;issueType=3">JIRA</a>. 
         </p>  
       
         <p>
  
  
  
  No                   revision
  No                   revision
  1.4.2.1   +15 -0     maven/xdocs/misc/articles.xml
  
  Index: articles.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/misc/articles.xml,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- articles.xml	18 Nov 2003 09:06:46 -0000	1.4
  +++ articles.xml	10 Dec 2003 04:05:20 -0000	1.4.2.1
  @@ -49,6 +49,21 @@
               JDO Meets Maven by Andy Jefferson
             </a>
           </li>
  +        <li>
  +          <a href="http://wiki.astrogrid.org/bin/view/Astrogrid/MakingWarWithMaven">
  +            How to get Maven to build your web service into a WAR on AstroGrid
  +          </a>
  +        </li>
  +        <li>
  +          <a href="http://wiki.astrogrid.org/bin/view/Astrogrid/MavenFAQ">
  +            Some Maven FAQs on AstroGrid
  +          </a>
  +        </li>
  +        <li>
  +          <a href="http://wiki.astrogrid.org/bin/view/Astrogrid/UsefulMavenNotes">
  +            Some Useful Maven Notes on AstroGrid
  +          </a>
  +        </li>
         </ul>
       </section>
       <section name="Articles">
  
  
  
  No                   revision
  No                   revision
  1.29.2.1  +1 -1      maven/xdocs/reference/project-descriptor.xml
  
  Index: project-descriptor.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/project-descriptor.xml,v
  retrieving revision 1.29
  retrieving revision 1.29.2.1
  diff -u -r1.29 -r1.29.2.1
  --- project-descriptor.xml	9 Nov 2003 14:56:44 -0000	1.29
  +++ project-descriptor.xml	10 Dec 2003 04:05:21 -0000	1.29.2.1
  @@ -20,7 +20,7 @@
         <p>
           For reference, the XML schema used to validate the project
           descriptor is available in the <a
  -        href="http://cvs.apache.org/viewcvs.cgi/maven/src/xsd/maven-project.xsd">CVS
  +        href="http://cvs.apache.org/viewcvs.cgi/maven/src/xsd">CVS
           Repository</a>.  In addition, a sample project descriptor is
           presented in the <a href="../start/integrate.html">Integration</a>
           document. For those wondering, yes, Maven's build system is built 
  
  
  

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