diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2008-02-13 11:07:47 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2008-02-13 11:07:47 +0000 |
commit | b80b0da0d5cfdca02e51e6d2709344fc386eab3c (patch) | |
tree | 9dd1c4b92292c19a611da12819e1227191bd10b9 /swext | |
parent | 2c06f16dccb0325220ab29d4acb811a216d293d1 (diff) |
xml-apis.jar is not used
Diffstat (limited to 'swext')
-rw-r--r-- | swext/mediawiki/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swext/mediawiki/makefile.mk b/swext/mediawiki/makefile.mk index 2fc99e75f31f..b3d5c3177dc2 100644 --- a/swext/mediawiki/makefile.mk +++ b/swext/mediawiki/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: mav $ $Date: 2008-02-12 16:00:36 $ +# last change: $Author: mav $ $Date: 2008-02-13 12:07:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -47,7 +47,7 @@ COMMONS_HTTPCLIENT_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-httpcl COMMONS_LOGGING_JAR=$(SOLARVER)$/$(INPATH)$/bin$(UPDMINOREXT)$/commons-logging-1.1.1.jar .ENDIF -ANT_FLAGS+=-Dcommons-codec-jar=$(COMMONS_CODEC_JAR) -Dcommons-lang-jar=$(COMMONS_LANG_JAR) -Dcommons-httpclient-jar=$(COMMONS_HTTPCLIENT_JAR) -Dcommons-logging-jar=$(COMMONS_LOGGING_JAR) -Dxml-apis-jar=$(XML_APIS_JAR) +ANT_FLAGS+=-Dcommons-codec-jar=$(COMMONS_CODEC_JAR) -Dcommons-lang-jar=$(COMMONS_LANG_JAR) -Dcommons-httpclient-jar=$(COMMONS_HTTPCLIENT_JAR) -Dcommons-logging-jar=$(COMMONS_LOGGING_JAR) ALLTAR: ANTBUILD |