You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/04/10 06:57:28 UTC

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

jvanzyl     2004/04/09 21:57:28

  Modified:    maven-core bootstrap.sh
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -2      maven-components/maven-core/bootstrap.sh
  
  Index: bootstrap.sh
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/bootstrap.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bootstrap.sh	19 Mar 2004 04:13:15 -0000	1.1
  +++ bootstrap.sh	10 Apr 2004 04:57:28 -0000	1.2
  @@ -21,7 +21,7 @@
     repoLocal=`cygpath -pu "$repoLocal"`
   fi
   
  -cp src/bin/* ${DIST}/bin
  +cp src/bin/* ${DIST}/bin > /dev/null 2>&1
   libs=`cat bootstrap.deps`
   
   cp ../maven-model/maven.xsd ${DIST}
  @@ -37,7 +37,6 @@
   
   for plugin in `cat bootstrap.plugins`
   do
  -
     echo "-----------------------------------------------------------------------"
     echo " Building ${plugin} plugin ... "
     echo "-----------------------------------------------------------------------"  
  
  
  

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