summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 14:11:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 14:11:30 +0000
commita9ce3bb2758e90cbff0686913552488178f96202 (patch)
treee9918d91729f449a204bf13014a700da935a845f
parente24bdd3b0cb0334fa88a9a93c50bf1a1144d7389 (diff)
INTEGRATION: CWS systemjava (1.10.2); FILE MERGED
2006/03/22 14:51:26 cmc 1.10.2.1: #i52974# support using the system xerces/xalan
-rw-r--r--xmerge/util/build.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/xmerge/util/build.xml b/xmerge/util/build.xml
index 9796ea0980e1..0b7e7f88965d 100644
--- a/xmerge/util/build.xml
+++ b/xmerge/util/build.xml
@@ -4,9 +4,9 @@
$RCSfile: build.xml,v $
- $Revision: 1.10 $
+ $Revision: 1.11 $
- last change: $Author: vg $ $Date: 2006-03-16 11:18:29 $
+ last change: $Author: hr $ $Date: 2006-04-19 15:11:30 $
The Contents of this file are made available subject to
the terms of GNU Lesser General Public License Version 2.1.
@@ -38,9 +38,13 @@
<property name="javadoc.dir" location="${build.dir}/javadoc"/>
+ <property environment="env"/>
+ <property name="env.XML_APIS_JAR" value="${solar.jar}/xml-apis.jar"/>
+ <property name="env.XERCES_JAR" value="${solar.jar}/xercesImpl.jar"/>
+
<path id="classpath">
- <pathelement location="${solar.jar}/xml-apis.jar"/>
- <pathelement location="${solar.jar}/xercesImpl.jar"/>
+ <pathelement location="${env.XML_APIS_JAR}"/>
+ <pathelement location="${env.XERCES_JAR}"/>
<pathelement location="${solar.jar}/unoil.jar"/>
<pathelement location="${solar.jar}/ridl.jar"/>
<pathelement location="${solar.jar}/jurt.jar"/>