ant 1.8 required for bootstrap build

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1308501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-02 19:36:36 +00:00
parent ecb64a623a
commit bcf07917a0

View File

@ -4,7 +4,7 @@ BOOTSTRAPPING BASICS
You'll need:
- Java 1.5
- Ant 1.6.5 or later
- Ant 1.8 or later
First, give Ant a location into which the completed Maven distro should be installed:
@ -16,4 +16,4 @@ Then, run Ant:
Once the build completes, you should have a new Maven distro ready to roll in your $M2_HOME directory!
Enjoy.
Enjoy.