mirror of https://github.com/apache/maven.git
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:
parent
9e663f0f92
commit
2a5abbec46
|
@ -9,3 +9,5 @@ mkdir ${buildDir}
|
||||||
javac -d ${buildDir} @sources.txt
|
javac -d ${buildDir} @sources.txt
|
||||||
|
|
||||||
( cd ${buildDir} ; jar -cf ../mboot.jar -m ../manifest.txt * )
|
( cd ${buildDir} ; jar -cf ../mboot.jar -m ../manifest.txt * )
|
||||||
|
|
||||||
|
cp mboot.jar ..
|
||||||
|
|
Loading…
Reference in New Issue