You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by as...@apache.org on 2010/09/10 19:05:22 UTC

svn commit: r995871 - /cxf/trunk/systests/pom.xml

Author: asoldano
Date: Fri Sep 10 17:05:21 2010
New Revision: 995871

URL: http://svn.apache.org/viewvc?rev=995871&view=rev
Log:
Including container-integration module in systests

Modified:
    cxf/trunk/systests/pom.xml

Modified: cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/pom.xml?rev=995871&r1=995870&r2=995871&view=diff
==============================================================================
--- cxf/trunk/systests/pom.xml (original)
+++ cxf/trunk/systests/pom.xml Fri Sep 10 17:05:21 2010
@@ -32,6 +32,7 @@
     </parent>
 
     <modules>
+        <module>container-integration</module> 
         <module>uncategorized</module> 
         <module>transports</module>
         <module>jaxws</module>