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 17:46:02 UTC

svn commit: r1559775 - /incubator/log4cxx/trunk/src/ant/apr-util-build.xml

Author: tschoening
Date: Mon Jan 20 16:46:02 2014
New Revision: 1559775

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

Modified:
    incubator/log4cxx/trunk/src/ant/apr-util-build.xml

Modified: incubator/log4cxx/trunk/src/ant/apr-util-build.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/ant/apr-util-build.xml?rev=1559775&r1=1559774&r2=1559775&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/ant/apr-util-build.xml (original)
+++ incubator/log4cxx/trunk/src/ant/apr-util-build.xml Mon Jan 20 16:46:02 2014
@@ -235,7 +235,8 @@
 		/>
 
 		<libset libs="cw32mt" if="is-bcc" />
-		<project	type="${project.type}" outfile="${projects.dir}/xml"
+		<project	type="${project.type}"
+					outfile="${projects.dir}/xml"
 					if="project.if">
 			<comment>&license;</comment>
 		</project>