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:
parent
156bfd38de
commit
428c1938aa
|
@ -38,6 +38,9 @@
|
|||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>src</directory>
|
||||
<excludes>
|
||||
<exclude>**/*.cgi</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
|
|
Loading…
Reference in New Issue