Author: sebb Date: Fri Mar 8 19:27:35 2013 New Revision: 1454505 URL: http://svn.apache.org/r1454505 Log: Be more specific in what we exclude
Modified: commons/proper/logging/trunk/src/assembly/src.xml Modified: commons/proper/logging/trunk/src/assembly/src.xml URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/assembly/src.xml?rev=1454505&r1=1454504&r2=1454505&view=diff ============================================================================== --- commons/proper/logging/trunk/src/assembly/src.xml (original) +++ commons/proper/logging/trunk/src/assembly/src.xml Fri Mar 8 19:27:35 2013 @@ -43,7 +43,7 @@ under the License. <fileSet> <directory>src</directory> <excludes> - <exclude>**/*.cgi</exclude> + <exclude>**/download*.cgi</exclude> </excludes> </fileSet> </fileSets>