summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-04-24 16:03:18 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-04-24 16:03:18 +0000
commit19924945d8cf1d0d85181cc7d271d275dabd1237 (patch)
treedbeec2b1ff658380d821f9c7ae3aca7877000d76 /Tools/Source/TianoTools
parent4db5917a585c1f27188a4bc6bba5191fab68beb5 (diff)
downloadedk2-19924945d8cf1d0d85181cc7d271d275dabd1237.zip
edk2-19924945d8cf1d0d85181cc7d271d275dabd1237.tar.gz
edk2-19924945d8cf1d0d85181cc7d271d275dabd1237.tar.bz2
This is a patch from Yizhong to fix the XMLBEANS location.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/TianoTools')
-rw-r--r--Tools/Source/TianoTools/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/build.xml b/Tools/Source/TianoTools/build.xml
index 8a7b3ba..0022802 100644
--- a/Tools/Source/TianoTools/build.xml
+++ b/Tools/Source/TianoTools/build.xml
@@ -27,7 +27,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<path id="classpath">
<fileset dir="${WORKSPACE}/Tools/Jars" includes="*.jar"/>
- <fileset dir="${WORKSPACE}/Tools/bin/xmlbeans/lib" includes="*.jar"/>
+ <fileset dir="${env.XMLBEANS_HOME}/lib" includes="*.jar"/>
</path>
<target name="all" depends="init, Tools" />