[Libreoffice-commits] core.git: external/apache-commons

Robert Antoni Buj i Gelonch robert.buj at gmail.com
Thu Nov 13 06:51:34 PST 2014


 external/apache-commons/ExternalProject_apache_commons_logging.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c17f215c613d9da9c0cd30d6597fefcfa37be76e
Author: Robert Antoni Buj i Gelonch <robert.buj at gmail.com>
Date:   Tue Oct 28 10:53:41 2014 +0100

    Apache Commons Logging 1.2 - re-enable the non debug version.
    
    Change-Id: Ib0f3b3a650b7f72c7942f8b72420e33743ff9c44
    Reviewed-on: https://gerrit.libreoffice.org/12123
    Tested-by: LibreOffice gerrit bot <gerrit at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/external/apache-commons/ExternalProject_apache_commons_logging.mk b/external/apache-commons/ExternalProject_apache_commons_logging.mk
index afb2f01..ed9e536 100644
--- a/external/apache-commons/ExternalProject_apache_commons_logging.mk
+++ b/external/apache-commons/ExternalProject_apache_commons_logging.mk
@@ -25,7 +25,7 @@ $(call gb_ExternalProject_get_state_target,apache_commons_logging,build) :
 			,-Dant.build.javac.source=$(JAVA_SOURCE_VER) \
 				-Dant.build.javac.target=$(JAVA_TARGET_VER) \
 		) \
-		$(if $(debug),-Dbuild.debug="on") \
+		$(if $(debug),-Dcompile.debug="true",-Dcompile.debug="false") \
 		compile build-jar \
 	)
 


More information about the Libreoffice-commits mailing list