diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-17 00:56:05 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-10-17 10:36:32 +0000 |
commit | 694248e9785e943bfc83d119304a5b18b683e21f (patch) | |
tree | cac8137d5292c63b3c20bddd5f68775cf96c0bc3 /apache-commons/patches/logging.patch | |
parent | 6cef5936a9cf9e004b6940edfaf57493558332b9 (diff) |
fdo#70393: move apache-commons to a subdir of external
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>
Diffstat (limited to 'apache-commons/patches/logging.patch')
-rw-r--r-- | apache-commons/patches/logging.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/apache-commons/patches/logging.patch b/apache-commons/patches/logging.patch deleted file mode 100644 index f96eda38075c..000000000000 --- a/apache-commons/patches/logging.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- misc/commons-logging-1.1.1-src/build.xml 2007-11-22 00:27:52.000000000 +0100 -+++ misc/build/commons-logging-1.1.1-src/build.xml 2008-06-24 14:23:56.316301736 +0200 -@@ -127,10 +127,10 @@ - <!-- ========== Compiler Defaults ========================================= --> - - <!-- Version of java class files to generate. --> -- <property name="target.version" value="1.1"/> -+ <property name="target.version" value="1.5"/> - - <!-- Version of java source to accept --> -- <property name="source.version" value="1.2"/> -+ <property name="source.version" value="1.3"/> - - <!-- Should Java compilations set the 'debug' compiler option? --> - <property name="compile.debug" value="true"/> |