Author: kumanna-guest Date: 2007-12-10 03:35:31 +0000 (Mon, 10 Dec 2007) New Revision: 4988
Modified: trunk/commons-logging/debian/patches/01_target13_BuildXml.patch Log: Fix 01_target13_BuildXml.patch newlines Modified: trunk/commons-logging/debian/patches/01_target13_BuildXml.patch =================================================================== --- trunk/commons-logging/debian/patches/01_target13_BuildXml.patch 2007-12-10 03:31:13 UTC (rev 4987) +++ trunk/commons-logging/debian/patches/01_target13_BuildXml.patch 2007-12-10 03:35:31 UTC (rev 4988) @@ -1,16 +1,17 @@ diff -Nur libcommons-logging-java-1.1.1/build.xml libcommons-logging-java-1.1.1.new/build.xml --- libcommons-logging-java-1.1.1/build.xml 2007-11-22 04:57:52.000000000 +0530 -+++ libcommons-logging-java-1.1.1.new/build.xml 2007-12-10 08:55:01.000000000 +0530 ++++ libcommons-logging-java-1.1.1.new/build.xml 2007-12-10 09:10:40.000000000 +0530 @@ -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.3"/> - - <!-- 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"/> + <!-- ========== Compiler Defaults ========================================= --> + + <!-- Version of java class files to generate. --> +- <property name="target.version" value="1.1"/> ++ <property name="target.version" value="1.3"/> + + <!-- 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"/> + Property changes on: trunk/commons-logging/debian/patches/01_target13_BuildXml.patch ___________________________________________________________________ Name: svn:eol-style - native _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

