On 7 March 2013 19:29,  <t...@apache.org> wrote:
> Author: tn
> Date: Thu Mar  7 19:29:41 2013
> New Revision: 1454037
>
> URL: http://svn.apache.org/r1454037
> Log:
> Exclude download cgi from source distribution.
>
> Modified:
>     commons/proper/math/trunk/src/main/assembly/src.xml
>
> Modified: commons/proper/math/trunk/src/main/assembly/src.xml
> URL: 
> http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/assembly/src.xml?rev=1454037&r1=1454036&r2=1454037&view=diff
> ==============================================================================
> --- commons/proper/math/trunk/src/main/assembly/src.xml (original)
> +++ commons/proper/math/trunk/src/main/assembly/src.xml Thu Mar  7 19:29:41 
> 2013
> @@ -36,6 +36,7 @@
>        <excludes>
>          <exclude>**/mantissa/**</exclude>
>          <exclude>**/experimental/**</exclude>
> +        <exclude>**/*.cgi</exclude>

I don't like the wild-card name here.
Why not use a more specific name such as

        <exclude>**/download*.cgi</exclude>

>        </excludes>
>      </fileSet>
>    </fileSets>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to