diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-31 18:55:26 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-31 18:55:26 +0000 |
commit | d14ebb43742f411f2a013996b8e76bcab2420552 (patch) | |
tree | 5ff0ad6c323200b2bff4d8a1180eedbab37f3b13 /Tools/Source/GenBuild/build.xml | |
parent | 58d8da3cf9641a8d37d652ecd7aa06cb07895a4e (diff) | |
download | edk2-d14ebb43742f411f2a013996b8e76bcab2420552.zip edk2-d14ebb43742f411f2a013996b8e76bcab2420552.tar.gz edk2-d14ebb43742f411f2a013996b8e76bcab2420552.tar.bz2 |
Because Pcd entity, exception and some action package are shared by Building tools and Wizard Tools, so I move them to Tools/Source folder and generated PcdTools.jar,
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1160 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/GenBuild/build.xml')
-rw-r--r-- | Tools/Source/GenBuild/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Source/GenBuild/build.xml b/Tools/Source/GenBuild/build.xml index e40e756..b61e251 100644 --- a/Tools/Source/GenBuild/build.xml +++ b/Tools/Source/GenBuild/build.xml @@ -17,6 +17,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <path id="classpath">
<fileset dir="${WORKSPACE}/Tools/Jars" includes="SurfaceArea.jar"/>
<fileset dir="${WORKSPACE}/Tools/Jars" includes="Common.jar"/>
+ <fileset dir="${WORKSPACE}/Tools/Jars" includes="PcdTools.jar"/>
<fileset dir="${env.XMLBEANS_HOME}/lib" includes="*.jar"/>
</path>
<property name="buildDir" value="build"/>
|