summaryrefslogtreecommitdiff
path: root/apache-commons/patches/logging.patch
diff options
context:
space:
mode:
Diffstat (limited to 'apache-commons/patches/logging.patch')
-rw-r--r--apache-commons/patches/logging.patch15
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"/>