mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4098 - fix favicon for web apps
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1497375 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e1224436a7
commit
61ff570261
|
@ -28,6 +28,7 @@
|
|||
<include>conf/*.ts</include>
|
||||
<include>conf/*.ks</include>
|
||||
<include>conf/*.cert</include>
|
||||
<include>webapps/*.ico</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
<exclude>conf/*.cert</exclude>
|
||||
<exclude>example/**/*.sh</exclude>
|
||||
<exclude>example/**/*.rb</exclude>
|
||||
<exclude>webapps/*.ico</exclude>
|
||||
</excludes>
|
||||
<fileMode>0644</fileMode>
|
||||
<directoryMode>0755</directoryMode>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<exclude>conf/*.ts</exclude>
|
||||
<exclude>conf/*.ks</exclude>
|
||||
<exclude>conf/*.cert</exclude>
|
||||
<exclude>webapps/*.ico</exclude>
|
||||
</excludes>
|
||||
<lineEnding>dos</lineEnding>
|
||||
</fileSet>
|
||||
|
|
Loading…
Reference in New Issue