update mboot for script

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-15 18:54:42 +00:00
parent 1e7781ec15
commit 8254e5fd78
1 changed files with 4 additions and 0 deletions

View File

@ -438,6 +438,10 @@ public class MBoot
FileUtils.mkdir( new File( bin ).getPath() );
FileUtils.copyFileToDirectory( new File( basedir, "maven-core/src/bin/mvn" ).getAbsolutePath(), bin );
FileUtils.copyFileToDirectory( new File( basedir, "maven-core/src/bin/mvn.bat" ).getAbsolutePath(), bin );
FileUtils.copyFileToDirectory( new File( basedir, "maven-core/src/bin/m2" ).getAbsolutePath(), bin );
FileUtils.copyFileToDirectory( new File( basedir, "maven-core/src/bin/m2.bat" ).getAbsolutePath(), bin );