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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]