]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/Common/build.xml
Update the binary MSA to say they were binary, fixed an abstract, changed a module...
[mirror_edk2.git] / Tools / Source / Common / build.xml
index ad517cd867cc651423fc0b3c6e6e294086ac989c..4fd7285f01b2812983bd1121868b9afcccf08c18 100644 (file)
@@ -9,14 +9,14 @@ http://opensource.org/licenses/bsd-license.php
 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
 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 name="Common" default="all" basedir=".">\r
+<project name="Common" default="Common_Jar" basedir=".">\r
 \r
   <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
   <property environment="env"/>\r
   <property name="WORKSPACE" value="${env.WORKSPACE}"/>\r
   <property name="buildDir" value="build"/>\r
   <property name="installLocation" value="${WORKSPACE}/Tools/Jars"/>\r
 \r
   <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
   <property environment="env"/>\r
   <property name="WORKSPACE" value="${env.WORKSPACE}"/>\r
   <property name="buildDir" value="build"/>\r
   <property name="installLocation" value="${WORKSPACE}/Tools/Jars"/>\r
-  <target name="all" depends="install"/>\r
+  <target name="Common_Jar" depends="install"/>\r
   <target name="source">\r
     <mkdir dir="${buildDir}"/>\r
     <javac srcdir="." destdir="${buildDir}">\r
   <target name="source">\r
     <mkdir dir="${buildDir}"/>\r
     <javac srcdir="." destdir="${buildDir}">\r
@@ -28,6 +28,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   </target>\r
   <target name="cleanall">\r
     <delete dir="${buildDir}"/>\r
   </target>\r
   <target name="cleanall">\r
     <delete dir="${buildDir}"/>\r
+    <delete file="${installLocation}/Common.jar"/>\r
     <if>\r
       <available file="${installLocation}/Common.jar"/>\r
       <then>\r
     <if>\r
       <available file="${installLocation}/Common.jar"/>\r
       <then>\r