Author: ruwan
Date: Tue Oct 9 22:51:39 2007
New Revision: 583363
URL: http://svn.apache.org/viewvc?rev=583363&view=rev
Log:
Excluding the VFSTest on Windows OS - fixing an issue
Modified:
webservices/synapse/trunk/java/modules/transports/pom.xml
Modified: webservices/synapse/trunk/java/modules/transports/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/transports/pom.xml?rev=583363&r1=583362&r2=583363&view=diff
==============================================================================
--- webservices/synapse/trunk/java/modules/transports/pom.xml (original)
+++ webservices/synapse/trunk/java/modules/transports/pom.xml Tue Oct 9
22:51:39 2007
@@ -47,6 +47,7 @@
<configuration>
<excludes>
<exclude>**/VFSEchoRawXMLTest.java</exclude>
+
<exclude>**/AbstractTransportTest.java</exclude>
</excludes>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]