You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/10/24 03:55:05 UTC

cvs commit: maven build-bootstrap.xml

brett       2004/10/23 18:55:05

  Modified:    .        Tag: MAVEN-1_0-BRANCH build-bootstrap.xml
  Log:
  PR: MAVEN-1409
  Submitted by:	Brant Gurganus
  add description to bootstrap target
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.212.2.17 +1 -1      maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/maven/build-bootstrap.xml,v
  retrieving revision 1.212.2.16
  retrieving revision 1.212.2.17
  diff -u -r1.212.2.16 -r1.212.2.17
  --- build-bootstrap.xml	6 Jul 2004 12:45:47 -0000	1.212.2.16
  +++ build-bootstrap.xml	24 Oct 2004 01:55:05 -0000	1.212.2.17
  @@ -69,7 +69,7 @@
     <!-- B O O T S T R A P                                                     -->
     <!-- ===================================================================== -->
   
  -  <target name="bootstrap" depends="bootstrap-compile">
  +  <target name="bootstrap" depends="bootstrap-compile" description="Builds maven without needing maven previously installed.">
   
   <echo>
   |
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org