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/09 06:35:45 UTC

cvs commit: maven-components/maven-mboot build

jvanzyl     2004/04/08 21:35:44

  Modified:    maven-mboot build
  Log:
  silence the tarring
  
  Revision  Changes    Path
  1.8       +1 -1      maven-components/maven-mboot/build
  
  Index: build
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-mboot/build,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build	31 Jan 2004 05:28:06 -0000	1.7
  +++ build	9 Apr 2004 04:35:44 -0000	1.8
  @@ -23,7 +23,7 @@
   (
     cd target/mboot
     
  -  tar cvzf ../mboot.tar.gz *
  +  tar czf ../mboot.tar.gz * 
   )
   
   cat src/sea/sea-header target/mboot.tar.gz > target/mboot-install.sh
  
  
  

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