office-gobmx/external/apache-commons
Fridrich Štrba 0595f3ff18 Allow building with java9 (first installement)
In java9, there is no option for source/target 1.5,
the lowest version is 1.6.
This commit also patches the relevant external libraries
in order to be able to build with build-wide source/target

Change-Id: I68807c973a2a8be2f9b3a6e01243e36cb7110a12
2014-10-06 10:21:09 +02:00
..
patches Allow building with java9 (first installement) 2014-10-06 10:21:09 +02:00
ExternalPackage_apache_commons_logging.mk
ExternalProject_apache_commons_codec.mk
ExternalProject_apache_commons_httpclient.mk
ExternalProject_apache_commons_lang.mk
ExternalProject_apache_commons_logging.mk
Makefile
Module_apache-commons.mk
README
UnpackedTarball_apache_commons_codec.mk
UnpackedTarball_apache_commons_httpclient.mk
UnpackedTarball_apache_commons_lang.mk
UnpackedTarball_apache_commons_logging.mk

Java libraries; used for logging and http/https access in Extensions, from [http://commons.apache.org/]