You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by jv...@apache.org on 2004/06/17 21:54:16 UTC

cvs commit: maven-components/maven-core m2-bootstrap-all.sh

jvanzyl     2004/06/17 12:54:16

  Modified:    maven-core m2-bootstrap-all.sh
  Log:
  o can't look for mboot when the system is wiped, mboot needs to be built.
  
  Revision  Changes    Path
  1.2       +0 -5      maven-components/maven-core/m2-bootstrap-all.sh
  
  Index: m2-bootstrap-all.sh
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/m2-bootstrap-all.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- m2-bootstrap-all.sh	11 Jun 2004 15:11:52 -0000	1.1
  +++ m2-bootstrap-all.sh	17 Jun 2004 19:54:16 -0000	1.2
  @@ -3,11 +3,6 @@
   # Check to make sure  MBOOT_HOME is set
   [ -z $MBOOT_HOME ] && echo && echo 'You must set $MBOOT_HOME to use mboot!' && echo && exit
   
  -# Check to make sure mboot is in the path
  -which mboot > /dev/null 2>&1
  -
  -[ $? = "1" ] && echo && echo "You must mboot in your PATH!" && echo && exit
  -
   # Build and install mboot
   (
     echo "-----------------------------------------------------------------------"