diff options
Diffstat (limited to 'lib/ant/bin/antRun.bat')
-rw-r--r-- | lib/ant/bin/antRun.bat | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/lib/ant/bin/antRun.bat b/lib/ant/bin/antRun.bat index e8125f660..aae98ccf0 100644 --- a/lib/ant/bin/antRun.bat +++ b/lib/ant/bin/antRun.bat @@ -1,9 +1,24 @@ @echo off
-REM Copyright (c) 2001-2002 The Apache Software Foundation. All rights
-REM reserved.
+REM
+REM Copyright 2001-2002,2004-2005 The Apache Software Foundation
+REM
+REM Licensed under the Apache License, Version 2.0 (the "License");
+REM you may not use this file except in compliance with the License.
+REM You may obtain a copy of the License at
+REM
+REM http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM
+REM
if "%OS%"=="Windows_NT" @setlocal
+if "%OS%"=="WINNT" @setlocal
if ""%1""=="""" goto runCommand
@@ -28,4 +43,5 @@ rem echo %ANT_RUN_CMD% %ANT_RUN_CMD%
if "%OS%"=="Windows_NT" @endlocal
+if "%OS%"=="WINNT" @endlocal
|