You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by jv...@apache.org on 2004/07/27 03:24:17 UTC

cvs commit: maven-components/maven-mboot2 build

jvanzyl     2004/07/26 18:24:17

  Modified:    maven-mboot2 build
  Log:
  o copy the mboot.jar to the top-level directory
  
  Revision  Changes    Path
  1.3       +2 -0      maven-components/maven-mboot2/build
  
  Index: build
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-mboot2/build,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build	26 Jul 2004 22:02:57 -0000	1.2
  +++ build	27 Jul 2004 01:24:16 -0000	1.3
  @@ -9,3 +9,5 @@
   javac -d ${buildDir} @sources.txt
   
   ( cd ${buildDir} ; jar -cf ../mboot.jar -m ../manifest.txt * )
  +
  +cp mboot.jar ..