diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 10:15:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 10:15:39 +0000 |
commit | 2dd1599c771f3df6ce022a6625ffe7c8c854f414 (patch) | |
tree | 68626cdfb8122f721fa72e5d8c33eacc28fb033c /scripting | |
parent | ea6b08200d42fb4ad4813c272989b93f927aab3f (diff) |
INTEGRATION: CWS jaxpapi (1.32.18); FILE MERGED
2006/01/17 11:15:56 cmc 1.32.18.1: #i58308# remove sun jaxp impl in favour of apache one
Diffstat (limited to 'scripting')
-rwxr-xr-x | scripting/java/build.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scripting/java/build.xml b/scripting/java/build.xml index d03ce61f9b85..deacfdf2157b 100755 --- a/scripting/java/build.xml +++ b/scripting/java/build.xml @@ -4,9 +4,9 @@ $RCSfile: build.xml,v $ - $Revision: 1.32 $ + $Revision: 1.33 $ - last change: $Author: rt $ $Date: 2005-09-09 01:54:21 $ + last change: $Author: vg $ $Date: 2006-03-16 11:15:39 $ The Contents of this file are made available subject to the terms of GNU Lesser General Public License Version 2.1. @@ -65,15 +65,11 @@ <path id="idesupport.class.path"> <pathelement path="${jardir}"/> - <!-- <pathelement path="${solar.jar}/jaxp.jar"/> - <pathelement path="${solar.jar}/parser.jar"/> - <pathelement path="${install.dir}/xerces.jar"/> --> </path> <path id="openide.class.path"> <pathelement path="${jardir}"/> <pathelement path="${solar.jar}/openide.jar"/> - <!-- <pathelement path="${install.dir}/xerces.jar"/> --> </path> <path id="netbeans.editor.support.classpath"> |