Author: simonetripodi Date: Fri Mar 8 20:04:52 2013 New Revision: 1454520 URL: http://svn.apache.org/r1454520 Log: exclude download cgi script from the source archive - props to Seb who fixed it in [logging]
Modified: commons/proper/fileupload/trunk/src/main/assembly/src.xml Modified: commons/proper/fileupload/trunk/src/main/assembly/src.xml URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/main/assembly/src.xml?rev=1454520&r1=1454519&r2=1454520&view=diff ============================================================================== --- commons/proper/fileupload/trunk/src/main/assembly/src.xml (original) +++ commons/proper/fileupload/trunk/src/main/assembly/src.xml Fri Mar 8 20:04:52 2013 @@ -34,6 +34,7 @@ <exclude>**/bin/</exclude> <exclude>**/.externalToolBuilders/</exclude> <exclude>**/target/</exclude> + <exclude>**/download*.cgi</exclude> </excludes> </fileSet> </fileSets>