diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 10:17:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 10:17:16 +0000 |
commit | 6f75994a7fb3bca3548f960b342cbfd44e671a5d (patch) | |
tree | 2f55c73b6a8e196996f0f432d8a32740ccbde2b0 /xmlhelp | |
parent | 7bdd595b4db47e00bf262e7bc6a587743305532d (diff) |
INTEGRATION: CWS jaxpapi (1.21.2); FILE MERGED
2006/01/19 14:48:36 cmc 1.21.2.1: #i58308# remove sun jaxp impl in favour of apache one
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/com/sun/star/help/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlhelp/source/com/sun/star/help/makefile.mk b/xmlhelp/source/com/sun/star/help/makefile.mk index c7fe0fa1afeb..a3f16b867ce8 100644 --- a/xmlhelp/source/com/sun/star/help/makefile.mk +++ b/xmlhelp/source/com/sun/star/help/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: obo $ $Date: 2006-01-16 12:42:15 $ +# last change: $Author: vg $ $Date: 2006-03-16 11:17:16 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ TARGET = com_sun_star_help .INCLUDE : settings.mk -JARFILES = jaxp.jar parser.jar xt.jar unoil.jar ridl.jar jurt.jar jut.jar xmlsearch.jar +JARFILES = xml-apis.jar xercesImpl.jar xt.jar unoil.jar ridl.jar jurt.jar jut.jar xmlsearch.jar EXTRAJARFILES = .IF "$(SYSTEM_DB)" == "YES" |