You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bl...@apache.org on 2006/11/09 11:32:47 UTC

svn commit: r472847 - /incubator/cxf/trunk/pom.xml

Author: blin
Date: Thu Nov  9 02:32:46 2006
New Revision: 472847

URL: http://svn.apache.org/viewvc?view=rev&rev=472847
Log:
fixed build failure, forgot to remove module from top-level pom

Modified:
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=472847&r1=472846&r2=472847
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Thu Nov  9 02:32:46 2006
@@ -171,7 +171,6 @@
         <module>api</module>
         <module>testutils</module>
         <module>rt</module>
-        <module>jca</module>
         <module>systests</module>
         <module>integration</module>
     </modules>