Files
libreoffice/apache-commons/patches/logging.patch
Pedro Giffuni 55ff402fa2 Set target version of apache-commons to Java 5
(cherry picked from commit 7b9b5d430bda5ee0a1948c532e7ddd1374717e8c)

Change-Id: Id3c5ae8d6fbeb8554d0f4f7f743e0aeea0df2bb2
2013-06-07 16:00:34 +01:00

16 lines
700 B
Diff

--- 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"/>