Tabs to spaces

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1404996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2012-11-02 15:10:19 +00:00
parent ae24f5ff25
commit 80b4d171ca
1 changed files with 5 additions and 5 deletions

View File

@ -34,8 +34,8 @@
<exclude>conf/*.ks</exclude> <exclude>conf/*.ks</exclude>
<exclude>conf/*.cert</exclude> <exclude>conf/*.cert</exclude>
<exclude>example/**/*.sh</exclude> <exclude>example/**/*.sh</exclude>
<exclude>example/**/*.rb</exclude> <exclude>example/**/*.rb</exclude>
</excludes> </excludes>
<fileMode>0644</fileMode> <fileMode>0644</fileMode>
<directoryMode>0755</directoryMode> <directoryMode>0755</directoryMode>
<lineEnding>unix</lineEnding> <lineEnding>unix</lineEnding>
@ -80,7 +80,7 @@
<directoryMode>0755</directoryMode> <directoryMode>0755</directoryMode>
<fileMode>0755</fileMode> <fileMode>0755</fileMode>
<lineEnding>unix</lineEnding> <lineEnding>unix</lineEnding>
</fileSet> </fileSet>
<!-- Copy over example scripts that need unix line endings and also chmod to 755 --> <!-- Copy over example scripts that need unix line endings and also chmod to 755 -->
<fileSet> <fileSet>
@ -93,9 +93,9 @@
<directoryMode>0755</directoryMode> <directoryMode>0755</directoryMode>
<fileMode>0755</fileMode> <fileMode>0755</fileMode>
<lineEnding>unix</lineEnding> <lineEnding>unix</lineEnding>
<!-- need to filter to ensure script files have AMQ version number included --> <!-- need to filter to ensure script files have AMQ version number included -->
<filtered>true</filtered> <filtered>true</filtered>
</fileSet> </fileSet>
</fileSets> </fileSets>