Make more specific exclude filter for download cgi.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1454262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-03-08 07:33:54 +00:00
parent 26a0fb3b40
commit e6a5e6dc9c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<excludes>
<exclude>**/mantissa/**</exclude>
<exclude>**/experimental/**</exclude>
<exclude>**/*.cgi</exclude>
<exclude>**/download*.cgi</exclude>
</excludes>
</fileSet>
</fileSets>