diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 10:18:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 10:18:59 +0000 |
commit | 0b9250d506014b92fec1147f45d0b59c333c8fa3 (patch) | |
tree | c2942aaf67907e521867b3d0757ab1ef2ad0a412 /xmerge/workben/build.xml | |
parent | 33a3b177a610f2f07b8dd4c867774f78090999bb (diff) |
INTEGRATION: CWS jaxpapi (1.3.8); FILE MERGED
2006/01/17 10:55:13 cmc 1.3.8.1: #i58308# remove sun jaxp impl in favour of apache one
Diffstat (limited to 'xmerge/workben/build.xml')
-rw-r--r-- | xmerge/workben/build.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xmerge/workben/build.xml b/xmerge/workben/build.xml index d871437008ea..304ad2259e06 100644 --- a/xmerge/workben/build.xml +++ b/xmerge/workben/build.xml @@ -5,9 +5,9 @@ $RCSfile: build.xml,v $ - $Revision: 1.3 $ + $Revision: 1.4 $ - last change: $Author: rt $ $Date: 2005-09-09 11:50:54 $ + last change: $Author: vg $ $Date: 2006-03-16 11:18:59 $ The Contents of this file are made available subject to the terms of GNU Lesser General Public License Version 2.1. @@ -60,9 +60,8 @@ <!-- classpath settings for javac tasks --> <path id="classpath"> <pathelement location="${build.class}"/> - <pathelement location="${solar.jar}/parser.jar"/> - <pathelement location="${solar.jar}/jaxp.jar"/> - <pathelement location="${solar.jar}/xerces.jar"/> + <pathelement location="${solar.jar}/xml-apis.jar"/> + <pathelement location="${solar.jar}/xercesImpl.jar"/> </path> <!-- set wether we want to compile with or without deprecation --> |