diff options
author | Henri Yandell <bayard@apache.org> | 2006-12-16 01:36:58 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2006-12-16 01:36:58 +0000 |
commit | e5d08acbd0be3be8066eb309018ec26816c5b32f (patch) | |
tree | d2e24970622e9333b544b21a56b7bd70c22231d9 /src | |
parent | 340459c6061291e56af484b67b3e7833f06d0d03 (diff) | |
download | archiva-e5d08acbd0be3be8066eb309018ec26816c5b32f.tar.gz archiva-e5d08acbd0be3be8066eb309018ec26816c5b32f.zip |
mail.jar and activation.jar are now upgraded to newer free-er versions
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@487747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/site/apt/guides/getting-started/index.apt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/site/apt/guides/getting-started/index.apt b/src/site/apt/guides/getting-started/index.apt index 05964d97e..0dcafefc4 100644 --- a/src/site/apt/guides/getting-started/index.apt +++ b/src/site/apt/guides/getting-started/index.apt @@ -37,18 +37,6 @@ To build * Run: mvn install:install-file -DgroupId=javax.resource -DartifactId=connector -Dversion=1.0 -Dpackaging=jar -Dfile=connector.jar - * Download the 1.0.2 activation zip from: {{http://java.sun.com/products/archive/javabeans/jaf102.html}} - - * Unpack the zip to get the jar - - * Run: mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=activation.jar - - * Download the 1.3.2 javamail zip from: {{http://java.sun.com/products/javamail/downloads/index.html}} - - * Unpack the zip to get the jar - - * Run: mvn install:install-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.3.2 -Dpackaging=jar -Dfile=javamail-1.3.2/mail.jar - To test-deploy Archiva on the embedded Jetty |