Author: azeez
Date: Tue Feb 12 03:23:00 2008
New Revision: 13643
Log:
Excluding CSV & XLS files
Modified:
branches/wsas/java/2.2/wsas/java/modules/distribution/pom.xml
Modified: branches/wsas/java/2.2/wsas/java/modules/distribution/pom.xml
==============================================================================
--- branches/wsas/java/2.2/wsas/java/modules/distribution/pom.xml
(original)
+++ branches/wsas/java/2.2/wsas/java/modules/distribution/pom.xml Tue Feb
12 03:23:00 2008
@@ -421,6 +421,8 @@
<exclude name="**/**.cert"/>
<exclude name="**/pom.xml"/>
<exclude name="**/**.jar"/>
+ <exclude name="**/**.xls"/>
+ <exclude name="**/**.csv"/>
</fileset>
</copy>
_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev