summaryrefslogtreecommitdiff
path: root/external/apache-commons
AgeCommit message (Collapse)AuthorFilesLines
2016-08-26Remove gcj support from build system.Thorsten Behrens1-5/+2
Change-Id: I79fe046ff8c932c5f6a9a5f70970168e42d23702 Reviewed-on: https://gerrit.libreoffice.org/28406 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-10-09remove now unneeded apache-commons libsRene Engelhard12-345/+1
Change-Id: Ida7a5f5db5bba8d03bf31de760a908cee9a514e4
2014-11-18Apache Commons Codec 1.9 at least requires Java 1.6 and non debug versionRobert Antoni Buj i Gelonch1-3/+8
Change-Id: Ie7834a908c8b19cfa46d71ff6fd712e10bbe8fbb Reviewed-on: https://gerrit.libreoffice.org/12115 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-13Apache Commons Logging 1.2 - re-enable the non debug version.Robert Antoni Buj i Gelonch1-1/+1
Change-Id: Ib0f3b3a650b7f72c7942f8b72420e33743ff9c44 Reviewed-on: https://gerrit.libreoffice.org/12123 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-12Apache Commons Lang 3.3.1 at least requires Java 1.6 and non debug versionRobert Antoni Buj i Gelonch3-3/+25
Change-Id: If6526a9170f90227fff6b148f24a0dc99ff42941 Reviewed-on: https://gerrit.libreoffice.org/12116 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-06Allow building with java9 (first installement)Fridrich Štrba1-9/+20
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-08-20Use COMMONS_LOGGING_VERSION vblerbuj2-2/+2
Change-Id: I0c76ec7e3f9b95166b4005dd1ad5349b3889c3e4 Reviewed-on: https://gerrit.libreoffice.org/10993 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-16upgrade to apache-commons-1.2Thomas Arnhold3-6/+6
Change-Id: Ic356c6a23f42b5fe37be1075e8508bb168eac9a1 Reviewed-on: https://gerrit.libreoffice.org/10927 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-21care for Java 1.5 support in external packagesDouglas Mencken1-1/+4
apache commons-lang 3.3.1 and commons-codec 1.9 are for use only with JDK 1.6 and higher see commits: 1731f6e692bb0a07a2bca4b1b190163f209d2b9e "bump apache-commons-lang to 3.3.1" 3dad9b1019bebcc6db63a424afa146e007f768d2 "bump apache-commons-codec to 1.9" Change-Id: I3e71f6474becafe6c91836bbac5c6a8b7ca3442c Reviewed-on: https://gerrit.libreoffice.org/9312 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-03-25bump apache-commons-codec to 1.9Caolán McNamara1-1/+1
Change-Id: Ia5638f4c4cc47121610b8ddff144fb88aff6b96f
2014-03-25bump apache-commons-logging to 1.1.3Caolán McNamara2-2/+2
Change-Id: Ibeebcc8616a3547f2e2dbf4d613ce4c02ba9d176
2013-11-02Kill servlet-api and tomcatDavid Ostrovsky2-10/+22
Change-Id: I630da3fa37144b2e5fb5117017f43841ba89c42a Reviewed-on: https://gerrit.libreoffice.org/6454 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-10-25gbuild: remove gb_ExternalPackage_add_jar_for_installMichael Stahl1-1/+3
Deliver all external jar files to INSTDIR directly. Change-Id: Ibfaabf713da01e752517dc400200a6918d82db6d
2013-10-25tomcat: use servlet-api.jar from WORKDIR tooMichael Stahl1-6/+3
Change-Id: I985ee75aa6e313a5933c2b3f5c7c5b10a8b8b9f5
2013-10-25stop using apache-commons jars from OUTDIR tooMichael Stahl5-54/+3
Change-Id: I0d9282cd3a267ad2d25b43adbf995365aaa56fa1
2013-10-18Fix building from inside modules moved to externalKhaled Hosny1-1/+1
Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
2013-10-17fdo#70393: move apache-commons to a subdir of externalKhaled Hosny19-0/+487
Change-Id: I97f27f1fd53e416767c7aa3478deb23aae0427e0 Reviewed-on: https://gerrit.libreoffice.org/6281 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>