exclude some db data from the source archives.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@378163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-02-16 05:08:14 +00:00
parent aa4c765065
commit 66d033fc11
1 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,8 @@
<ant:exclude name="**/*~"/>
<ant:exclude name="**/*.bak"/>
<ant:exclude name="**/activemq-data/**"/>
<ant:exclude name="data"/>
<ant:exclude name="activemq-core/foo/**"/>
<ant:exclude name="data/**"/>
</ant:fileset>
</ant:copy>