Remove the XML Beans and Ant stuff.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen 2006-04-21 23:36:37 +00:00
parent 878ddf1fc3
commit 02996846c8
1 changed files with 15 additions and 3 deletions

View File

@ -45,8 +45,8 @@ if not defined CYGWIN_HOME (
) )
) )
if "%ANT_HOME%"=="" set ANT_HOME=%WORKSPACE%\Tools\bin\apache-ant if "%ANT_HOME%"=="" goto no_ant
if "%XMLBEANS_HOME%"=="" set XMLBEANS_HOME=%WORKSPACE%\Tools\bin\xmlbeans if "%XMLBEANS_HOME%"=="" goto no_xmlbeans
set Framework_Tools_Path=%WORKSPACE%\Tools\bin set Framework_Tools_Path=%WORKSPACE%\Tools\bin
echo. echo.
@ -79,7 +79,19 @@ goto end
:no_jdk :no_jdk
echo. echo.
echo !!! Please set JAVA_HOME !!! echo !!! Please install Java, and set JAVA_HOME !!!
echo.
goto end
:no_ant
echo.
echo !!! Please install Apache Ant, and set ANT_HOME !!!
echo.
goto end
:no_xmlbeans
echo.
echo !!! Please install XML Beans, and set XMLBEANS_HOME !!!
echo. echo.
goto end goto end