diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-04-24 16:03:18 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-04-24 16:03:18 +0000 |
commit | 19924945d8cf1d0d85181cc7d271d275dabd1237 (patch) | |
tree | dbeec2b1ff658380d821f9c7ae3aca7877000d76 /Tools/Source/TianoTools | |
parent | 4db5917a585c1f27188a4bc6bba5191fab68beb5 (diff) | |
download | edk2-platforms-19924945d8cf1d0d85181cc7d271d275dabd1237.tar.xz |
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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/build.xml b/Tools/Source/TianoTools/build.xml index 8a7b3badc2..0022802b4c 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" />
|