You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/03/08 08:33:55 UTC

svn commit: r1454262 - /commons/proper/math/trunk/src/main/assembly/src.xml

Author: tn
Date: Fri Mar  8 07:33:54 2013
New Revision: 1454262

URL: http://svn.apache.org/r1454262
Log:
Make more specific exclude filter for download cgi.

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=1454262&r1=1454261&r2=1454262&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/math/trunk/src/main/assembly/src.xml Fri Mar  8 07:33:54 2013
@@ -36,7 +36,7 @@
       <excludes>
         <exclude>**/mantissa/**</exclude>
         <exclude>**/experimental/**</exclude>
-        <exclude>**/*.cgi</exclude>        
+        <exclude>**/download*.cgi</exclude>        
       </excludes>
     </fileSet>
   </fileSets>