]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Removed the batch file for creating the MDK Package
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 22 Apr 2006 00:06:40 +0000 (00:06 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 22 Apr 2006 00:06:40 +0000 (00:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11 6f19259b-4bc3-4df7-8a09-765794883524

Tools/bin/CreateMdkPkg.bat [deleted file]

diff --git a/Tools/bin/CreateMdkPkg.bat b/Tools/bin/CreateMdkPkg.bat
deleted file mode 100644 (file)
index 70de527..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-@REM\r
-@REM Copyright (c) 2006, Intel Corporation\r
-@REM All rights reserved. This program and the accompanying materials\r
-@REM are licensed and made available under the terms and conditions of the BSD License\r
-@REM which accompanies this distribution.  The full text of the license may be found at\r
-@REM http://opensource.org/licenses/bsd-license.php\r
-@REM \r
-@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-@REM\r
-\r
-REM @echo off\r
-\r
-:check_java\r
-if "%JAVA_HOME%"=="" goto no_jdk\r
-:check_wks\r
-if "%WORKSPACE%"=="" goto no_wks\r
-\r
-set ANT_HOME=%WORKSPACE%\Tools\bin\apache-ant\r
-set PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%WORKSPACE%\Tools\bin;%XMLBEANS_HOME%\bin;%PATH%\r
-\r
-call "ant" -f %WORKSPACE%\Tools\Source\CreateMdkPkg\build.xml\r
-\r
-echo DONE\r
-\r
-goto end\r
-\r
-:no_jdk\r
-echo.\r
-echo !!! Please set JAVA_HOME !!!\r
-echo.\r
-goto check_wks\r
-\r
-:no_wks\r
-echo.\r
-echo !!! Please set WORKSPACE !!!\r
-echo.\r
-goto end\r
-\r
-:end\r
-@echo on\r
-\r