fix paths

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-11-16 14:05:24 +00:00
parent 68d386c4b9
commit e0ed5f4247
1 changed files with 1 additions and 4 deletions

View File

@ -107,12 +107,9 @@ cd bootstrap\bootstrap-mini
call .\build call .\build
@REM Build Maven2
cd ..
%MAVEN_JAVA_EXE% %MAVEN_OPTS% -jar target\bootstrap-mini.jar install %MAVEN_CMD_LINE_ARGS% %MAVEN_JAVA_EXE% %MAVEN_OPTS% -jar target\bootstrap-mini.jar install %MAVEN_CMD_LINE_ARGS%
cd bootstrap\bootstrap-installer cd ..\bootstrap-installer
%MAVEN_JAVA_EXE% %MAVEN_OPTS% -jar ..\bootstrap-installer.jar package %MAVEN_CMD_LINE_ARGS% %MAVEN_JAVA_EXE% %MAVEN_OPTS% -jar ..\bootstrap-installer.jar package %MAVEN_CMD_LINE_ARGS%
cd ..\.. cd ..\..