You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2008/08/05 16:20:10 UTC

svn commit: r682718 - /synapse/trunk/java/modules/transports/pom.xml

Author: ruwan
Date: Tue Aug  5 07:20:10 2008
New Revision: 682718

URL: http://svn.apache.org/viewvc?rev=682718&view=rev
Log:
excluding the transports testkit

Modified:
    synapse/trunk/java/modules/transports/pom.xml

Modified: synapse/trunk/java/modules/transports/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/transports/pom.xml?rev=682718&r1=682717&r2=682718&view=diff
==============================================================================
--- synapse/trunk/java/modules/transports/pom.xml (original)
+++ synapse/trunk/java/modules/transports/pom.xml Tue Aug  5 07:20:10 2008
@@ -57,6 +57,7 @@
                         <exclude>**/AbstractTransportTest.java</exclude>
                         <exclude>**/MailEchoRawXMLTest.java</exclude>
                         <exclude>org/apache/synapse/transport/mail/Test*.java</exclude>
+                        <exclude>org/apache/synapse/transport/testkit/**/*.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>