code style
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/d6d0c6f4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/d6d0c6f4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/d6d0c6f4 Branch: refs/heads/master Commit: d6d0c6f4584932074f221d3c469e9892c7be8b7e Parents: 60f8713 Author: Thorsten Schöning <[email protected]> Authored: Fri Mar 25 09:03:49 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Fri Mar 25 09:03:49 2016 +0000 ---------------------------------------------------------------------- src/assembly/source.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/d6d0c6f4/src/assembly/source.xml ---------------------------------------------------------------------- diff --git a/src/assembly/source.xml b/src/assembly/source.xml index 59a9296..7d59d7a 100644 --- a/src/assembly/source.xml +++ b/src/assembly/source.xml @@ -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>
