Exclude download cgi from source distribution.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1451876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-03-02 11:39:55 +00:00
parent 156bfd38de
commit 428c1938aa
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@
</fileSet>
<fileSet>
<directory>src</directory>
<excludes>
<exclude>**/*.cgi</exclude>
</excludes>
</fileSet>
</fileSets>
</assembly>