[Libreoffice-commits] core.git: apache-commons/patches

Pedro Giffuni pfg at apache.org
Fri Jun 7 08:00:57 PDT 2013


 apache-commons/patches/logging.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 55ff402fa24bcf9478e7fde94f2ab57c2223b7f7
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Dec 19 20:47:17 2012 +0000

    Set target version of apache-commons to Java 5
    
    (cherry picked from commit 7b9b5d430bda5ee0a1948c532e7ddd1374717e8c)
    
    Change-Id: Id3c5ae8d6fbeb8554d0f4f7f743e0aeea0df2bb2

diff --git a/apache-commons/patches/logging.patch b/apache-commons/patches/logging.patch
index 63b93dc..f96eda3 100644
--- a/apache-commons/patches/logging.patch
+++ b/apache-commons/patches/logging.patch
@@ -5,7 +5,7 @@
  
    <!-- Version of java class files to generate. -->
 -  <property name="target.version" value="1.1"/>
-+  <property name="target.version" value="1.3"/>
++  <property name="target.version" value="1.5"/>
  
    <!-- Version of java source to accept -->
 -  <property name="source.version" value="1.2"/>


More information about the Libreoffice-commits mailing list