]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/Pccts/build.xml
Restructuring for better separation of Tool packages.
[mirror_edk2.git] / Tools / Source / TianoTools / Pccts / build.xml
diff --git a/Tools/Source/TianoTools/Pccts/build.xml b/Tools/Source/TianoTools/Pccts/build.xml
deleted file mode 100644 (file)
index 4f4e0a9..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" ?>\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="GenTool" basedir=".">\r
-<!--\r
-    EDK Pccts Tool\r
-  Copyright (c) 2006, Intel Corporation\r
-  <property name="ToolName" value="Pccts"/>\r
--->\r
-\r
-  <taskdef resource="cpptasks.tasks"/>\r
-  <typedef resource="cpptasks.types"/>\r
-  <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
-\r
-  <target name="init">\r
-    <echo message="Building the EDK Pccts Tools"/>\r
-  </target>\r
-\r
-  <target name="GenTool" depends="init, Pccts">\r
-    <echo message="The EDK Pccts Tools build has completed!"/>\r
-  </target>\r
-\r
-  <target name="Pccts" depends="init">\r
-    <subant target="" inheritall="true">\r
-       <fileset dir="${PACKAGE_DIR}/Pccts/antlr" includes="build.xml"/>\r
-    </subant>\r
-    <subant target="" inheritall="true">\r
-      <fileset dir="${PACKAGE_DIR}/Pccts/dlg" includes="build.xml"/>\r
-    </subant>\r
-  </target>\r
-\r
-  <target name="clean">\r
-    <ant dir="${PACKAGE_DIR}/Pccts/antlr" target="clean" inheritAll="true"/>\r
-    <ant dir="${PACKAGE_DIR}/Pccts/dlg" target="clean" inheritAll="true"/>\r
-  </target>\r
-\r
-  <target name="cleanall">\r
-    <ant dir="${PACKAGE_DIR}/Pccts/antlr" target="cleanall" inheritAll="true"/>\r
-    <ant dir="${PACKAGE_DIR}/Pccts/dlg" target="cleanall" inheritAll="true"/>\r
-  </target>\r
-\r
-</project>\r