[Mobies-commit] [commit] r3906 - UDM/trunk/scripts
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Wed Sep 21 10:47:29 CDT 2011
Author: ksmyth
Date: Wed Sep 21 10:47:29 2011
New Revision: 3906
Log:
VC7.1 and 8 arent supported anymore
Modified:
UDM/trunk/scripts/run-ant-on-judm.bat
Modified: UDM/trunk/scripts/run-ant-on-judm.bat
==============================================================================
--- UDM/trunk/scripts/run-ant-on-judm.bat Wed Sep 21 10:47:21 2011 (r3905)
+++ UDM/trunk/scripts/run-ant-on-judm.bat Wed Sep 21 10:47:29 2011 (r3906)
@@ -1,6 +1,6 @@
@echo off
-if /i not "%1"=="VC7.1" if /i not "%1"=="VC8" if /i not "%1"=="VC9" goto :usage
+if /i not "%1"=="VC9" goto :usage
if /i not "%2"=="Debug" if /i not "%2"=="Release" goto :usage
rem Run ant
@@ -10,5 +10,5 @@
:usage
echo Runs ant on judm, with the specified UDM build
-echo Usage: %0 ^<VC7.1^|VC8^|VC9^> ^<Debug^|Release^> ^<parameters to ant^>
+echo Usage: %0 ^<VC9^> ^<Debug^|Release^> ^<parameters to ant^>
exit /b
More information about the Mobies-commit
mailing list