summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 09:03:49 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 09:03:49 +0000
commitba39200cee0b3be5ad7501dcdb3726d91580221a (patch)
tree99b271521e67a99615ca166f139e6002209c8c0a
parent25f6fcfe4f3ed3eb249cf5b5b5be1ad21fc6c3dc (diff)
downloadlog4cxx-ba39200cee0b3be5ad7501dcdb3726d91580221a.tar.gz
code style
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736541 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/assembly/source.xml10
1 files changed, 9 insertions, 1 deletions
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>