You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/08/03 23:59:20 UTC

svn commit: r1369225 - /cxf/trunk/rt/pom.xml

Author: dkulp
Date: Fri Aug  3 21:59:20 2012
New Revision: 1369225

URL: http://svn.apache.org/viewvc?rev=1369225&view=rev
Log:
UDP seems to hang on some machines (like my new Mac)
Disable until I can investigate

Modified:
    cxf/trunk/rt/pom.xml

Modified: cxf/trunk/rt/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/pom.xml?rev=1369225&r1=1369224&r2=1369225&view=diff
==============================================================================
--- cxf/trunk/rt/pom.xml (original)
+++ cxf/trunk/rt/pom.xml Fri Aug  3 21:59:20 2012
@@ -49,7 +49,7 @@
         <module>transports/http</module>
         <module>transports/http-jetty</module>
         <module>transports/jms</module>
-        <module>transports/udp</module>
+        <!--module>transports/udp</module-->
         <module>ws/policy</module>
         <module>ws/addr</module>
         <module>ws/rm</module>