From 7f762c2d410a5cb46d0ff1a4f85f35290839d5e5 Mon Sep 17 00:00:00 2001 From: lhauch Date: Mon, 7 Aug 2006 20:01:52 +0000 Subject: [PATCH] [EDKT156][Closed] Re-ordered the build.xml files in the clean and cleanall targets. For cleanall, some of the Jar files could not be deleted if the TianoTools cleanall target had been executed first - this is due to the classpath being set in the TianoTools/build.xml file. All jar files will now be deleted when executing the cleanall target for build.xml in the Tools directory. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1207 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/build.xml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Tools/build.xml b/Tools/build.xml index 79b4569099..14f5afc92b 100644 --- a/Tools/build.xml +++ b/Tools/build.xml @@ -89,31 +89,31 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + "/> - + + "/> -- 2.39.2