You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/05/08 14:45:26 UTC

svn commit: r1335484 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Tue May  8 12:45:26 2012
New Revision: 1335484

URL: http://svn.apache.org/viewvc?rev=1335484&view=rev
Log:
the error.wsdl file is empty by test design, no way to add ASL header

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1335484&r1=1335483&r2=1335484&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Tue May  8 12:45:26 2012
@@ -845,6 +845,7 @@
                     <exclude>**/*.csv</exclude>
                     <exclude>**/*.json</exclude>
                     <exclude>**/*zip/*</exclude>
+                    <exclude>**/error.wsdl</exclude>
                     <exclude>.idea/**</exclude>
                     <exclude>.classpath</exclude>
                     <exclude>.project</exclude>