From 439656f15250c9fd2e1c778649df1d517143e80e Mon Sep 17 00:00:00 2001 From: lhauch Date: Tue, 10 Oct 2006 23:01:42 +0000 Subject: Fixed the build.xml files so that clean and cleanall actually removes the temporary build directories, rather than leaving all of the intermediate files left lying around. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1715 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/Java/Source/Common/build.xml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'Tools/Java/Source/Common') diff --git a/Tools/Java/Source/Common/build.xml b/Tools/Java/Source/Common/build.xml index 4fd7285f01..376948c465 100644 --- a/Tools/Java/Source/Common/build.xml +++ b/Tools/Java/Source/Common/build.xml @@ -16,18 +16,34 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + + + + + + + + + + + + + + - + + + - - + + @@ -37,6 +53,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +