summaryrefslogtreecommitdiffstats
path: root/Tools/Source/TianoTools/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Source/TianoTools/build.xml')
-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 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" />