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/e89c49b2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/e89c49b2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/e89c49b2 Branch: refs/heads/master Commit: e89c49b2d67f8fa4fc1b13a0b851db65920d60ab Parents: d6d0c6f Author: Thorsten Schöning <[email protected]> Authored: Fri Mar 25 09:09:07 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Fri Mar 25 09:09:07 2016 +0000 ---------------------------------------------------------------------- src/assembly/source.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/e89c49b2/src/assembly/source.xml ---------------------------------------------------------------------- diff --git a/src/assembly/source.xml b/src/assembly/source.xml index 7d59d7a..bc46b8e 100644 --- a/src/assembly/source.xml +++ b/src/assembly/source.xml @@ -23,8 +23,9 @@ </formats> <baseDirectory>apache-log4cxx-${project.version}</baseDirectory> <includeSiteDirectory>true</includeSiteDirectory> + <fileSets> - <!-- autogen.sh is executable --> + <!-- Some files need to be executable. --> <fileSet> <includes> <include>autogen.sh</include>
