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

Reply via email to