diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-26 17:25:15 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-26 17:25:15 +0000 |
commit | 460fa4a25bdf18ac374369be377da15db50fee80 (patch) | |
tree | 5a55fb51c504780ac677fbe1dc7045c25a417756 /Tools/Source/TianoTools/Pccts | |
parent | 2ce311322c72857f73138c45358e722607a1e80c (diff) | |
download | edk2-platforms-460fa4a25bdf18ac374369be377da15db50fee80.tar.xz |
A couple of cleanups in the TianoTools build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1104 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools/Pccts')
-rw-r--r-- | Tools/Source/TianoTools/Pccts/antlr/build.xml | 2 | ||||
-rw-r--r-- | Tools/Source/TianoTools/Pccts/build.xml | 2 | ||||
-rw-r--r-- | Tools/Source/TianoTools/Pccts/dlg/build.xml | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/Tools/Source/TianoTools/Pccts/antlr/build.xml b/Tools/Source/TianoTools/Pccts/antlr/build.xml index 6f30ecbd83..4c432c1f22 100644 --- a/Tools/Source/TianoTools/Pccts/antlr/build.xml +++ b/Tools/Source/TianoTools/Pccts/antlr/build.xml @@ -20,8 +20,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <typedef resource="cpptasks.types"/>
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
- <property environment="env"/>
-
<target name="init">
<echo message="The EDK Tool: ${ToolName}"/>
<if>
diff --git a/Tools/Source/TianoTools/Pccts/build.xml b/Tools/Source/TianoTools/Pccts/build.xml index 12a3afadac..355ed2ca54 100644 --- a/Tools/Source/TianoTools/Pccts/build.xml +++ b/Tools/Source/TianoTools/Pccts/build.xml @@ -20,8 +20,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <typedef resource="cpptasks.types"/>
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
- <property environment="env"/>
-
<target name="init">
<echo message="The EDK Tool: ${ToolName}"/>
<if>
diff --git a/Tools/Source/TianoTools/Pccts/dlg/build.xml b/Tools/Source/TianoTools/Pccts/dlg/build.xml index d926f25e4b..efdae432d8 100644 --- a/Tools/Source/TianoTools/Pccts/dlg/build.xml +++ b/Tools/Source/TianoTools/Pccts/dlg/build.xml @@ -20,7 +20,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <typedef resource="cpptasks.types"/>
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
- <property environment="env"/>
<property name="PACKAGE_DIR" value="${WORKSPACE}/Tools"/>
<target name="init">
|