brett       2004/05/27 20:23:35

  Modified:    maven-core bootstrap.sh
  Log:
  bootstrap needs to clean target directory.
  This should be done for others as well, which I'll look at doing and testing later
  
  Revision  Changes    Path
  1.14      +1 -0      maven-components/maven-core/bootstrap.sh
  
  Index: bootstrap.sh
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/bootstrap.sh,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- bootstrap.sh      27 May 2004 17:28:21 -0000      1.13
  +++ bootstrap.sh      28 May 2004 03:23:34 -0000      1.14
  @@ -1,5 +1,6 @@
   #!/bin/sh
   
  +rm -rf target
   mboot --leave-boot-files --install
   
   DIST=dist/m2
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to