allow windows 2003

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@345047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-11-16 16:02:45 +00:00
parent 078027332e
commit 2d8bbe0e14
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class BootstrapInstaller
p = r.exec( "command.com /c set" );
}
else if ( (OS.indexOf( "nt" ) > -1 )
|| ( OS.indexOf( "windows 2000" ) > -1 )
|| ( OS.indexOf( "windows 20" ) > -1 )
|| ( OS.indexOf( "windows xp" ) > -1) )
{
p = r.exec( "cmd.exe /c set" );