Author: brett
Date: Mon Apr 25 03:18:01 2005
New Revision: 164554

URL: http://svn.apache.org/viewcvs?rev=164554&view=rev
Log:
add some links

Modified:
    maven/maven-1/core/trunk/xdocs/index.xml
    maven/maven-1/core/trunk/xdocs/navigation-pdf.xml
    maven/maven-1/core/trunk/xdocs/navigation.xml
    maven/maven-1/core/trunk/xdocs/project/index.xml

Modified: maven/maven-1/core/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/index.xml?rev=164554&r1=164553&r2=164554&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/index.xml Mon Apr 25 03:18:01 2005
@@ -34,6 +34,14 @@
 
       <subsection name="News">
         <p style="font-size: larger; font-weight: bold">
+          25 April 2005 - Ant Tasks for Maven 2.0 Technology Preview Released
+        </p>
+        <p>
+          Maven 2.0 now comes with a set of Ant tasks that can be used to 
utilise Maven's artifact handling features
+          from within Ant 1.6+ or Maven 1.0+. 
+          For more information, see <a href="/maven2/ant-tasks.html">Maven 2.0 
Ant Tasks</a>
+        </p>
+        <p style="font-size: larger; font-weight: bold">
           8 April 2005 - Maven 2.0 Technology Preview Now Available
         </p>
         <p>

Modified: maven/maven-1/core/trunk/xdocs/navigation-pdf.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/navigation-pdf.xml?rev=164554&r1=164553&r2=164554&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/navigation-pdf.xml (original)
+++ maven/maven-1/core/trunk/xdocs/navigation-pdf.xml Mon Apr 25 03:18:01 2005
@@ -30,6 +30,8 @@
       <item name="SCM"                                 href="/scm/index.html" 
/>
       <item name="Wagon"                               
href="/wagon/index.html" /> -->
       <item name="Components"                          
href="/project/components.html"/>
+      <item name="Continuum"                           
href="/continuum/index.html" />
+      <item name="Maven 2.0"                           
href="/maven2/index.html"/>
       <item name="PDF Documentation"                   href="/maven.pdf" 
img="/images/pdf.gif"/>
     </links>
 
@@ -118,8 +120,9 @@
       <item name="About the Project"                   
href="/project/index.html" />
       <!-- TODO [later]: build sites
       <item name="Maven Wagon"                         
href="/wagon/index.html" />
-      <item name="Maven SCM"                           href="/scm/index.html" 
/>
-      <item name="Continuum"                           
href="/continuum/index.html" /> -->
+      <item name="Maven SCM"                           href="/scm/index.html" 
/> -->
+      <item name="Maven 2.0"                           
href="/maven2/index.html" />
+      <item name="Continuum"                           
href="/continuum/index.html" />
       <item name="Components" collapse="true"          
href="/project/components.html">
         <!-- TODO [later]: build site
         <item name="Maven Model Library"               
href="/components/maven-model/index.html" /> -->

Modified: maven/maven-1/core/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/navigation.xml?rev=164554&r1=164553&r2=164554&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/navigation.xml (original)
+++ maven/maven-1/core/trunk/xdocs/navigation.xml Mon Apr 25 03:18:01 2005
@@ -30,6 +30,7 @@
       <item name="SCM"                                 href="/scm/index.html" 
/>
       <item name="Wagon"                               
href="/wagon/index.html" /> -->
       <item name="Components"                          
href="/project/components.html"/>
+      <item name="Continuum"                           
href="/continuum/index.html" />
       <item name="Maven 2.0"                           
href="/maven2/index.html"/>
       <item name="PDF Documentation"                   href="/maven.pdf" 
img="/images/pdf.gif"/>
     </links>
@@ -119,8 +120,9 @@
       <item name="About the Project"                   
href="/project/index.html" />
       <!-- TODO [later]: build sites
       <item name="Maven Wagon"                         
href="/wagon/index.html" />
-      <item name="Maven SCM"                           href="/scm/index.html" 
/>
-      <item name="Continuum"                           
href="/continuum/index.html" /> -->
+      <item name="Maven SCM"                           href="/scm/index.html" 
/> -->
+      <item name="Maven 2.0"                           
href="/maven2/index.html" />
+      <item name="Continuum"                           
href="/continuum/index.html" />
       <item name="Components" collapse="true"          
href="/project/components.html">
         <!-- TODO [later]: build site
         <item name="Maven Model Library"               
href="/components/maven-model/index.html" /> -->

Modified: maven/maven-1/core/trunk/xdocs/project/index.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/project/index.xml?rev=164554&r1=164553&r2=164554&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/project/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/project/index.xml Mon Apr 25 03:18:01 2005
@@ -43,15 +43,13 @@
         <li><a href="../index.html">Maven 1.x core</a> - The current 
incarnation of Maven</li>
         <li><a href="../reference/plugins/index.html">Maven 1.x Plugins</a> - 
Plugin development for the current version
           of Maven</li>
+        <li><a href="/maven2/index.html">Maven 2</a> - the next generation of 
Maven</li>
         <!-- TODO [later]: build sites -->
-        <li><!--a href="../m2/index.html"-->Maven 2<!--/a--> - the next 
generation of Maven</li>
         <li><!--a href="../wagon/index.html"-->Maven Wagon<!--/a--> - a common 
API for multiple transports, used to
           communicate with remote repositories to upload, download, and 
execute commands.</li>
         <li><!--a href="../scm/index.html"-->Maven SCM<!--/a--> - a common API 
for executing source control commands
           across a number of providers such as CVS, Subversion and 
ClearCase.</li>
-        <!-- TODO [later]: better description
-        <li><a href="../continuum/index.html">Continuum</a> - A continuous 
integration system that utilises Maven.</li>
-        -->
+        <li><a href="/continuum/index.html">Continuum</a> - A continuous 
integration system that utilises Maven.</li>
       </ul>
     </section>
   </body>



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

Reply via email to