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>