jvanzyl     2004/04/09 21:52:16

  Modified:    maven-mboot/src/sea sea-header
  Log:
  
  
  Revision  Changes    Path
  1.5       +2 -12     maven-components/maven-mboot/src/sea/sea-header
  
  Index: sea-header
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-mboot/src/sea/sea-header,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- sea-header        9 Apr 2004 14:22:59 -0000       1.4
  +++ sea-header        10 Apr 2004 04:52:16 -0000      1.5
  @@ -1,8 +1,8 @@
   #!/bin/sh
   
  -echo ""
  +echo "-----------------------------------------------------------------------"
   echo Maven MBoot
  -echo ""
  +echo "-----------------------------------------------------------------------"
   
   if [ -z $MBOOT_HOME ]; then
   
  @@ -31,16 +31,6 @@
   
   # Take the TGZ portion of this file and pipe it to tar.
   tail +$SKIP $0 | tar xz -C $DIR
  -
  -# execute the installation script
  -
  -#PREV=`pwd`
  -#cd $WORK_DIR
  -#./install.sh
  -
  -# delete the temp files
  -#cd $PREV
  -#rm -rf $WORK_DIR
   
   . ${MBOOT_HOME}/maven.functions
   
  
  
  

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

Reply via email to