From 439354a0b4641bc2ee8e403e8b9e84ac4a0ec6a9 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 14 Aug 2014 23:20:27 +0200 Subject: upgrade to apache-commons-1.2 Change-Id: Ic356c6a23f42b5fe37be1075e8508bb168eac9a1 Reviewed-on: https://gerrit.libreoffice.org/10927 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- RepositoryExternal.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RepositoryExternal.mk') diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 621ff4126eb1..167725127ae3 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -3512,7 +3512,7 @@ else # !SYSTEM_APACHE_COMMONS ifeq ($(ENABLE_JAVA),TRUE) $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder,\ - commons-logging-1.1.3 \ + commons-logging-1.2 \ )) endif $(eval $(call gb_Helper_register_jars,OXT,\ @@ -3553,7 +3553,7 @@ endef define gb_Jar__use_commons-logging $(call gb_Jar_use_external_project,$(1),apache_commons_logging) -$(call gb_Jar_use_jar,$(1),commons-logging-1.1.3) +$(call gb_Jar_use_jar,$(1),commons-logging-1.2) endef define gb_ExternalProject__use_commons-logging $(call gb_ExternalProject_use_external_project,$(1),apache_commons_logging) -- cgit n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-10fix HRESULT_FROM_WIN32 can not be placed inside switch for SDK8.1nd101
2019-05-07tdf#119044 setup_native: let -core depend on -ooofontsMichael Stahl
2019-04-22tdf#124794: Wait for WU service stopped before launching wusa.exeMike Kaganski
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski
2019-04-04Drop UNICODE/_UNICODE definesMike Kaganski
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2019-03-22tdf#123832: Try to prevent/control hung wusa.exe while installing UCRTMike Kaganski
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann
2019-01-16Small corrections to stringsMatthias Seidel
2019-01-01Bump copyright year to 2019Adolfo Jayme Barrientos
2018-12-24tdf#122302: Set status message when installing KB2999226Mike Kaganski
2018-12-16tdf#121987 follow-up: never fail MSU install; warn instead.Mike Kaganski
2018-12-09tdf#121987: Don't fail installation if failed to enable WU serviceMike Kaganski
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski
2018-09-30Correcting description: Gnome -> GNOMEMatthias Seidel
2018-09-28tdf#120099 Reintroduce .def filesStephan Bergmann
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-18Get rid of Windows .def files in setup_native, use __declspec(dllexport)Stephan Bergmann
2018-09-01package Indonesian (id) dictionaries into installsetChristian Lohmaier
2018-08-27Remove Extensions_MySQLConnector junkStephan Bergmann
2018-07-19Fix typosAndrea Gelmini
2018-05-01loplugin:nullptr (clang-cl)Stephan Bergmann
2018-04-25Install UCRT from MSUs, not using nested VC Redist installMike Kaganski
2018-04-13I guess it's time to remove some Win9x codeMike Kaganski
2018-04-11Fix typosAndrea Gelmini