Author: tn
Date: Sat Mar 2 11:39:55 2013
New Revision: 1451876
URL: http://svn.apache.org/r1451876
Log:
Exclude download cgi from source distribution.
Modified:
commons/proper/collections/trunk/src/main/assembly/src.xml
Modified: commons/proper/collections/trunk/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/assembly/src.xml?rev=1451876&r1=1451875&r2=1451876&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/collections/trunk/src/main/assembly/src.xml Sat Mar 2
11:39:55 2013
@@ -38,6 +38,9 @@
</fileSet>
<fileSet>
<directory>src</directory>
+ <excludes>
+ <exclude>**/*.cgi</exclude>
+ </excludes>
</fileSet>
</fileSets>
</assembly>