You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/01/20 15:56:10 UTC

svn commit: r1559720 - in /incubator/log4cxx/trunk: build.xml src/ant/common.xml

Author: tschoening
Date: Mon Jan 20 14:56:10 2014
New Revision: 1559720

URL: http://svn.apache.org/r1559720
Log:
Fixed indentation and tried to increase readibility with a semi consistent codestyle.

Modified:
    incubator/log4cxx/trunk/build.xml
    incubator/log4cxx/trunk/src/ant/common.xml

Modified: incubator/log4cxx/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/build.xml?rev=1559720&r1=1559719&r2=1559720&view=diff
==============================================================================
--- incubator/log4cxx/trunk/build.xml (original)
+++ incubator/log4cxx/trunk/build.xml Mon Jan 20 14:56:10 2014
@@ -527,7 +527,9 @@
 					value="msvc6"
 		/>
 
-		<ant antfile="src/ant/apr-build.xml" target="build" inheritAll="false">
+		<ant	antfile="src/ant/apr-build.xml"
+				target="build"
+				inheritAll="false">
 			<property	name="basedir"
 						value="${apr.src.dir}"
 			/>

Modified: incubator/log4cxx/trunk/src/ant/common.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/ant/common.xml?rev=1559720&r1=1559719&r2=1559720&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/ant/common.xml (original)
+++ incubator/log4cxx/trunk/src/ant/common.xml Mon Jan 20 14:56:10 2014
@@ -67,7 +67,8 @@
 </target>
 
 <target	name="win-init"
-		depends="os-detect" if="is-windows">
+		depends="os-detect"
+		if="is-windows">
 	<property	name="compiler"
 				value="msvc"
 	/>