Standardized property name WORKSPACE and fixed cleanall messages.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1725 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch
2006-10-11 16:40:33 +00:00
parent 4110971635
commit d7bb51136b
14 changed files with 55 additions and 10 deletions

View File

@ -35,6 +35,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
</delete>
</target>
<target name="cleanall" depends="clean">
<echo message="Removing Class Files and the Java Archive: ContextTool.jar"/>
<delete file="${installLocation}/ContextTool.jar"/>
<if>
<available file="${installLocation}/ContextTool.jar"/>