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
This commit is contained in:
Jason van Zyl 2004-07-27 01:24:16 +00:00
parent 9e663f0f92
commit 2a5abbec46
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ mkdir ${buildDir}
javac -d ${buildDir} @sources.txt
( cd ${buildDir} ; jar -cf ../mboot.jar -m ../manifest.txt * )
cp mboot.jar ..