Author: veithen
Date: Tue Aug 5 16:17:04 2008
New Revision: 683029
URL: http://svn.apache.org/viewvc?rev=683029&view=rev
Log:
Also exclude the testkit in the Windows profile
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=683029&r1=683028&r2=683029&view=diff
==============================================================================
--- synapse/trunk/java/modules/transports/pom.xml (original)
+++ synapse/trunk/java/modules/transports/pom.xml Tue Aug 5 16:17:04 2008
@@ -148,6 +148,7 @@
<exclude>**/MailEchoRawXMLTest.java</exclude>
<exclude>**/AbstractTransportTest.java</exclude>
<exclude>org/apache/synapse/transport/mail/Test*.java</exclude>
+
<exclude>org/apache/synapse/transport/testkit/**/*.java</exclude>
</excludes>
</configuration>
</plugin>