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>


Reply via email to