From 2a5abbec461d238742912595ef2866fdda83034a Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Tue, 27 Jul 2004 01:24:16 +0000 Subject: [PATCH] o copy the mboot.jar to the top-level directory git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162882 13f79535-47bb-0310-9956-ffa450edef68 --- maven-mboot2/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maven-mboot2/build b/maven-mboot2/build index 2014ff62a6..f23fb8fb69 100755 --- a/maven-mboot2/build +++ b/maven-mboot2/build @@ -9,3 +9,5 @@ mkdir ${buildDir} javac -d ${buildDir} @sources.txt ( cd ${buildDir} ; jar -cf ../mboot.jar -m ../manifest.txt * ) + +cp mboot.jar ..