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/01/03 06:54:28 UTC

cvs commit: maven-components/maven-mboot/src/bash maven.functions

jvanzyl     2004/01/02 21:54:28

  Modified:    maven-mboot/src/bash maven.functions
  Log:
  o remove debug info
  
  Revision  Changes    Path
  1.2       +0 -2      maven-components/maven-mboot/src/bash/maven.functions
  
  Index: maven.functions
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.functions	3 Jan 2004 05:33:28 -0000	1.1
  +++ maven.functions	3 Jan 2004 05:54:28 -0000	1.2
  @@ -91,8 +91,6 @@
         [ -d $buildDir ] && rm -rf $buildDir
         
         echo "Building project in `pwd`"
  -      echo "sourceDirectory = $sourceDirectory"
  -      echo "buildDest = ${buildDest}"
           
         runJava ${MBOOT_HOME}/classes Bootstrapper ${home}
         
  
  
  

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