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 2011/08/24 23:35:48 UTC

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

Author: dkulp
Date: Wed Aug 24 21:35:48 2011
New Revision: 1161292

URL: http://svn.apache.org/viewvc?rev=1161292&view=rev
Log:
Add mex to build

Modified:
    cxf/trunk/rt/pom.xml

Modified: cxf/trunk/rt/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/pom.xml?rev=1161292&r1=1161291&r2=1161292&view=diff
==============================================================================
--- cxf/trunk/rt/pom.xml (original)
+++ cxf/trunk/rt/pom.xml Wed Aug 24 21:35:48 2011
@@ -52,6 +52,7 @@
         <module>ws/addr</module>
         <module>ws/rm</module>
         <module>ws/security</module>
+        <module>ws/mex</module>
         <module>rs/security/xml</module>
         <module>management</module>
         <module>management-web</module>