You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2007/05/10 13:00:19 UTC

svn commit: r536822 - in /maven/maven-1/core/trunk/xdocs: about/powered.xml reference/backwards-compatibility.xml

Author: ltheussl
Date: Thu May 10 04:00:18 2007
New Revision: 536822

URL: http://svn.apache.org/viewvc?view=rev&rev=536822
Log:
Fix some links

Modified:
    maven/maven-1/core/trunk/xdocs/about/powered.xml
    maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml

Modified: maven/maven-1/core/trunk/xdocs/about/powered.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/about/powered.xml?view=diff&rev=536822&r1=536821&r2=536822
==============================================================================
--- maven/maven-1/core/trunk/xdocs/about/powered.xml (original)
+++ maven/maven-1/core/trunk/xdocs/about/powered.xml Thu May 10 04:00:18 2007
@@ -51,6 +51,7 @@
             </td>
             <td>Portal Framework.</td>
           </tr>
+          <!--
           <tr>
             <td>
               <a href="http://db.apache.org/ojb/">ObjectBridge</a>
@@ -59,6 +60,7 @@
             Persistence Layer.
           </td>
           </tr>
+          -->
           <tr>
             <td>
               <a href="http://db.apache.org/torque/">Torque</a>
@@ -90,6 +92,7 @@
       </subsection>
       <subsection name="Other Projects">
         <table>
+          <!--
           <tr>
             <td width="20%">
               <a href="http://arara.sourceforge.net/">Arara Organizer</a>
@@ -130,6 +133,7 @@
             A pipeline based data extraction tool capable of querying a wide variety of data sources.
           </td>
           </tr>
+          -->
           <tr>
             <td>
               <a href="http://daoexamples.sourceforge.net/">DAO (Data Access Objects) Examples</a>
@@ -164,7 +168,6 @@
             Dynamic object-oriented RETE-based rules engine.
           </td>
         </tr>
-        -->
           <tr>
             <td>
               <a href="http://eyebrowse.tigris.org/">Eyebrowse</a>
@@ -173,6 +176,7 @@
             A web-based mailing list archive browser.
           </td>
           </tr>
+        -->
           <tr>
             <td>
               <a href="http://fpsstats.sourceforge.net/">fpsstats</a>
@@ -245,6 +249,7 @@
             Universal Java XPath Engine.
           </td>
           </tr>
+        <!--
           <tr>
             <td>
               <a href="http://jpox.sourceforge.net">jpox</a>
@@ -253,6 +258,7 @@
             JPOX is a Java Data Objects (JDO) API implementation.
           </td>
           </tr>
+        -->
           <tr>
             <td>
               <a href="http://jsmime.sourceforge.net/">JSMIME</a>
@@ -388,6 +394,7 @@
             described in HMVC: The layered pattern for developing strong client tiers.
           </td>
           </tr>
+          <!--
           <tr>
             <td>
               <a href="http://wicket.sourceforge.net/">Wicket</a>
@@ -396,6 +403,7 @@
             A component oriented web framework.
           </td>
           </tr>
+          -->
           <tr>
             <td>
               <a href="http://xframe.sourceforge.net/xsddoc/">xsddoc</a>

Modified: maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml?view=diff&rev=536822&r1=536821&r2=536822
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml Thu May 10 04:00:18 2007
@@ -183,7 +183,7 @@
           <dt>XML APIs</dt>
           <dd>
             <p>
-              As in maven 1.0, <a href="/dependencies.html">xercesImpl,xml-apis and xml-resolver</a> 
+              As in maven 1.0, <a href="../dependencies.html">xercesImpl,xml-apis and xml-resolver</a> 
               are loaded in the endorsed libraries of the JVM. You can't override them and if you use 
               another version of xml-apis in your tests, you have to fork the JVM.
             </p>
@@ -223,7 +223,7 @@
             <p>
               The default repository is now
               <a href="http://repo1.maven.org/maven/">http://repo1.maven.org/maven/</a>
-              (instead of <a href="http://www.ibiblio.org/maven">http://www.ibiblio.org/maven</a>).
+              (instead of <a href="http://www.ibiblio.org/maven/">http://www.ibiblio.org/maven/</a>).
             </p>
           </dd>
         </dl>