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 2016/03/25 10:03:50 UTC

svn commit: r1736541 - /incubator/log4cxx/trunk/src/assembly/source.xml

Author: tschoening
Date: Fri Mar 25 09:03:49 2016
New Revision: 1736541

URL: http://svn.apache.org/viewvc?rev=1736541&view=rev
Log:
code style

Modified:
    incubator/log4cxx/trunk/src/assembly/source.xml

Modified: incubator/log4cxx/trunk/src/assembly/source.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/assembly/source.xml?rev=1736541&r1=1736540&r2=1736541&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/assembly/source.xml (original)
+++ incubator/log4cxx/trunk/src/assembly/source.xml Fri Mar 25 09:03:49 2016
@@ -36,8 +36,10 @@
 				<include>ltmain.sh</include>
 				<include>depcomp</include>
 			</includes>
+
 			<fileMode>0755</fileMode>
 		</fileSet>
+
 		<fileSet>
 			<includes>
 				<include>INSTALL</include>
@@ -55,6 +57,7 @@
 				<include>aclocal.m4</include>
 				<include>src/**</include>
 			</includes>
+
 			<excludes>
 				<exclude>src/main/include/log4cxx/log4cxx.h</exclude>
 				<exclude>src/main/include/log4cxx/private/log4cxx_private.h</exclude>
@@ -83,23 +86,28 @@
 				<exclude>**/.deps/**</exclude>
 				<exclude>**/.svn</exclude>
 			</excludes>
+
 			<fileMode>0644</fileMode>
 			<directoryMode>0755</directoryMode>
 		</fileSet>
+
 		<fileSet>
 			<directory>target</directory>
 			<lineEnding>keep</lineEnding>
 			<outputDirectory>projects</outputDirectory>
+
 			<includes>
 				<include>*.dsw</include>
 				<include>*.dsp</include>
 				<include>*.xcodeproj/project.pbxproj</include>
 			</includes>
+
 			<excludes>
 				<exclude>apr*.ds*</exclude>
 				<exclude>xml.ds*</exclude>
 			</excludes>
-                        <fileMode>0644</fileMode>
+
+			<fileMode>0644</fileMode>
 		</fileSet>
 	</fileSets>
 </assembly>