]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Removed per Carl/Javen.
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 5 Jul 2006 04:07:14 +0000 (04:07 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 5 Jul 2006 04:07:14 +0000 (04:07 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@755 6f19259b-4bc3-4df7-8a09-765794883524

Tools/bin/GenBuildFile.bat [deleted file]
Tools/bin/GenBuildFile.xml [deleted file]
Tools/bin/SABeans.bat [deleted file]
Tools/bin/SACreate.bat [deleted file]
Tools/bin/SAPretty.bat [deleted file]

diff --git a/Tools/bin/GenBuildFile.bat b/Tools/bin/GenBuildFile.bat
deleted file mode 100644 (file)
index 323969f..0000000
+++ /dev/null
@@ -1,45 +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
-\r
-@if "%JAVA_HOME%"=="" goto no_jdk\r
-@if "%WORKSPACE%"=="" goto no_wks\r
-\r
-@if "%1"=="-H" (goto usage)\r
-@if "%1"=="-h" (goto usage) else (goto all)\r
-\r
-:usage\r
-@echo.\r
-@echo Generate entrance build.xml for each module under current directory\r
-@echo.\r
-@echo Usage: GenBuildFile.bat - must be executed in the package level directory\r
-@echo.\r
-goto end\r
-\r
-:all\r
-  ant -q -f %WORKSPACE%\Tools\bin\GenBuildFile.xml\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
diff --git a/Tools/bin/GenBuildFile.xml b/Tools/bin/GenBuildFile.xml
deleted file mode 100644 (file)
index 81a2900..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?> \r
-<!--\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
--->\r
-<project default="workspace" basedir=".">\r
-  <taskdef resource="GenBuild.tasks" />\r
-  \r
-  <target name="workspace">\r
-    <bf recursive="true" />\r
-  </target>\r
-</project>\r
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
diff --git a/Tools/bin/SACreate.bat b/Tools/bin/SACreate.bat
deleted file mode 100644 (file)
index 5bcef42..0000000
+++ /dev/null
@@ -1,51 +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
-@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 off\r
-@echo.\r
-@echo Create a empty SurfaceArea description file for specified SurfaceArea element\r
-@echo.\r
-@echo Usage: SACreate.bat "MSA_FILE" "SURFACE_AREA_ELEMENT" \r
-@echo.\r
-@echo        Supported surface area top level element\r
-@echo                                 ModuleSurfaceArea\r
-@echo                                 ModuleBuildDescription\r
-@echo                                 LibraryModuleSurfaceArea\r
-@echo                                 LibraryModuleBuildDescription\r
-@echo                                 FrameworkPlatformDescription\r
-@echo                                 PackageSurfaceArea\r
-goto end\r
-\r
-:all\r
-@ant -q -f %WORKSPACE%\Tools\Source\SurfaceArea\build.xml generate -DSURFACE_AREA_FILE=%~f1 -DSURFACE_AREA_ELEMENT=%2\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
diff --git a/Tools/bin/SAPretty.bat b/Tools/bin/SAPretty.bat
deleted file mode 100644 (file)
index a6e191c..0000000
+++ /dev/null
@@ -1,45 +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
-@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 off\r
-@echo.\r
-@echo Beautify XML file format\r
-@echo.\r
-@echo Usage: SAPretty.bat "XML_FILE" \r
-@echo.\r
-goto end\r
-\r
-:all\r
-@ant -q -f %WORKSPACE%\Tools\Source\SurfaceArea\build.xml pretty -DSURFACE_AREA_FILE=%~f1\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
-\r