You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by jo...@apache.org on 2007/10/11 01:35:24 UTC

svn commit: r583643 - /maven/archiva/trunk/archiva-site/src/site/xdoc/hacking/index.xml

Author: joakime
Date: Wed Oct 10 16:35:22 2007
New Revision: 583643

URL: http://svn.apache.org/viewvc?rev=583643&view=rev
Log:
[MRM-525] Typos on the hacking page
Patch by Alex Mayorga Adame


Modified:
    maven/archiva/trunk/archiva-site/src/site/xdoc/hacking/index.xml

Modified: maven/archiva/trunk/archiva-site/src/site/xdoc/hacking/index.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-site/src/site/xdoc/hacking/index.xml?rev=583643&r1=583642&r2=583643&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-site/src/site/xdoc/hacking/index.xml (original)
+++ maven/archiva/trunk/archiva-site/src/site/xdoc/hacking/index.xml Wed Oct 10 16:35:22 2007
@@ -104,14 +104,14 @@
         <ul>
           <li>The <code>javax.resource:connector:1.0:jar</code> artifact</li>
           <ol>
-            <li>Download the 1.0 connector zip from: <a href="Download the 1.0 connector zip from: http://java.sun.com/j2ee/connector/download.html">http://java.sun.com/j2ee/connector/download.html</a></li>
+            <li>Download the 1.0 connector zip from: <a href="http://java.sun.com/j2ee/connector/download.html">http://java.sun.com/j2ee/connector/download.html</a></li>
             <li>Unpack the zip to gain access to the jar file.</li>
             <li>Install it: <code>mvn install:install-file -DgroupId=javax.resource -DartifactId=connector -Dversion=1.0 -Dpackaging=jar -Dfile=connector.jar</code></li>
           </ol>
           <li>The <code>javax.transaction:jta:1.0.1B:jar</code> artifact</li>
           <ol>
-            <li>Download the 1.0.1B jta zip from: <a href="Download the 1.0.1B jta zip from: http://java.sun.com/products/jta/">http://java.sun.com/products/jta/</a></li>
-            <li>Install it: <code>mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta Dversion=1.0.1B -Dpackaging=jar -Dfile=jta-1_0_1B-classes.zip</code></li>
+            <li>Download the 1.0.1B jta zip from: <a href="http://java.sun.com/products/jta/">http://java.sun.com/products/jta/</a></li>
+            <li>Install it: <code>mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=jta-1_0_1B-classes.zip</code></li>
           </ol>
         </ul>
       </subsection>