[wsas-java-dev] svn commit r13643 -
branches/wsas/java/2.2/wsas/java/modules/distribution
svn at wso2.org
svn at wso2.org
Tue Feb 12 03:23:05 PST 2008
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>
More information about the Wsas-java-dev
mailing list