]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/bin/SABeans.bat
Removed per Carl/Javen.
[mirror_edk2.git] / Tools / bin / SABeans.bat
diff --git a/Tools/bin/SABeans.bat b/Tools/bin/SABeans.bat
deleted file mode 100644 (file)
index 4e49540..0000000
+++ /dev/null
@@ -1,54 +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
-@echo off\r
-if "%JAVA_HOME%"=="" goto no_jdk\r
-if "%WORKSPACE%"=="" goto no_wks\r
-\r
-if "%1"=="" (goto usage)\r
-if "%1"=="-h" (goto usage)\r
-if "%1"=="-H" (goto usage) else (goto all)\r
-\r
-:usage\r
-echo.\r
-echo Generate SurfaceArea Java Beans from schema\r
-echo.\r
-echo Usage: \r
-echo        SABeans.bat SurfaceArea.jar\r
-echo            generate compiled SurfaceArea Java Beans only\r
-echo.\r
-echo        SABeans.bat SurfaceArea.java\r
-echo            generate source code of SurfaceArea Java Beans only\r
-echo.\r
-echo        SABeans.bat SurfaceArea\r
-echo            generate both compiled and source code of SurfaceArea Java Beans\r
-echo.\r
-goto end\r
-\r
-:all\r
-  ant -f %WORKSPACE%\Tools\Source\SurfaceArea\build.xml %1\r
-  goto end\r
-\r
-:no_jdk\r
-  echo.\r
-  echo !!! Please set JAVA_HOME !!!\r
-  echo.\r
-  goto end\r
-\r
-:no_wks\r
-  echo.\r
-  echo !!! Please set WORKSPACE !!!\r
-  echo.\r
-  goto end\r
-\r
-:end\r
-@echo on\r
-\r