Author: azeez
Date: Tue Feb 12 03:23:37 2008
New Revision: 13644
Log:
Excluding CSV & XLS files
Modified:
trunk/wsas/java/modules/distribution/pom.xml
Modified: trunk/wsas/java/modules/distribution/pom.xml
==============================================================================
--- trunk/wsas/java/modules/distribution/pom.xml (original)
+++ trunk/wsas/java/modules/distribution/pom.xml Tue Feb 12 03:23:37 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