You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/02/14 12:40:05 UTC

cvs commit: jakarta-turbine-maven/xdocs/start bootstrap.xml

bwalding    2003/02/14 03:40:05

  Modified:    xdocs/start bootstrap.xml
  Log:
  o minor version changes
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-turbine-maven/xdocs/start/bootstrap.xml
  
  Index: bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/bootstrap.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- bootstrap.xml	7 Aug 2002 01:55:32 -0000	1.6
  +++ bootstrap.xml	14 Feb 2003 11:40:04 -0000	1.7
  @@ -22,7 +22,7 @@
         </p>
         <p>
           Before you can build Maven, you'll need to make sure you have <a
  -        href="http://jakarta.apache.org/ant/">Ant</a> 1.4.1 or higher
  +        href="http://jakarta.apache.org/ant/">Ant</a> 1.5 or higher
           installed on your system.  Don't forget to install the
           <code>optional.jar</code> included with Ant.  In addition,
           you'll also need the <a href="http://www.junit.org/">JUnit</a>
  @@ -31,7 +31,7 @@
           directory.  Failure to do so will result in build errors.
         </p>
         <p>
  -        You also must have the <code>$MAVEN_HOME</code> envar set. The
  +        You also must have the <code>$MAVEN_HOME</code> env-var set. The
           Maven installation is encapsulated in the <code>$MAVEN_HOME</code>
           directory: scripts, Maven's run-time library, plug-ins and the
           local repository.