o adding bat file from eugene

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-07-27 01:26:46 +00:00
parent 2a5abbec46
commit c828475f78
1 changed files with 13 additions and 0 deletions

13
maven-mboot2/build.bat Normal file
View File

@ -0,0 +1,13 @@
@echo off
set buildDir=target
rmdir /S/Q %buildDir%
mkdir %buildDir%
%JAVA_HOME%\bin\javac -d %buildDir% @sources.txt
cd %buildDir%
%JAVA_HOME%\bin\jar -cfm ..\mboot.jar ..\manifest.txt *
cd ..