diff options
author | Joakim Erdfelt <joakime@apache.org> | 2007-10-10 23:35:22 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2007-10-10 23:35:22 +0000 |
commit | 1e08c78cada423ff532fa66c2b2f94fd28ae1666 (patch) | |
tree | fd0cc183654fead53a893017e17322cefad3ebc9 | |
parent | 510867d718dbe95a1f8ff8c818dac5a848e4cde5 (diff) | |
download | archiva-1e08c78cada423ff532fa66c2b2f94fd28ae1666.tar.gz archiva-1e08c78cada423ff532fa66c2b2f94fd28ae1666.zip |
[MRM-525] Typos on the hacking page
Patch by Alex Mayorga Adame
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@583643 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-site/src/site/xdoc/hacking/index.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-site/src/site/xdoc/hacking/index.xml b/archiva-site/src/site/xdoc/hacking/index.xml index 1ea54c7f6..791abbc8a 100644 --- a/archiva-site/src/site/xdoc/hacking/index.xml +++ b/archiva-site/src/site/xdoc/hacking/index.xml @@ -104,14 +104,14 @@ archiva-database/ archiva-site/ design/ <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> |