[jbossws-commits] JBossWS SVN: r13961 - in stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org: jboss/as/webservices/main and 4 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Mar 29 16:00:30 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-03-29 16:00:29 -0400 (Tue, 29 Mar 2011)
New Revision: 13961

Modified:
   stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/apache/cxf/main/module.xml
   stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml
   stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/as/webservices/server/integration/main/module.xml
   stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
   stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml
   stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-client/main/module.xml
Log:
Restore optional spring dependencies in modules


Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/apache/cxf/main/module.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/apache/cxf/main/module.xml	2011-03-29 19:57:08 UTC (rev 13960)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/apache/cxf/main/module.xml	2011-03-29 20:00:29 UTC (rev 13961)
@@ -44,6 +44,6 @@
         <module name="org.apache.ws.commons.xmlschema" />
         <module name="org.apache.ws.security" />
         <module name="org.apache.santuario.xmlsec" />
-<!--        <module name="org.springframework.spring" optional="true"/> -->
+        <module name="org.springframework.spring" optional="true"/>
     </dependencies>
 </module>

Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml	2011-03-29 19:57:08 UTC (rev 13960)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml	2011-03-29 20:00:29 UTC (rev 13961)
@@ -53,6 +53,6 @@
         <module name="org.jboss.ws.jaxws-client" services="import"/>
         <module name="org.jboss.ws.cxf.jbossws-cxf-server" services="import"/>
         <module name="org.jboss.ws.spi" />
-<!--        <module name="org.springframework.spring" optional="true" /> -->
+        <module name="org.springframework.spring" optional="true" />
     </dependencies>
 </module>

Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/as/webservices/server/integration/main/module.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/as/webservices/server/integration/main/module.xml	2011-03-29 19:57:08 UTC (rev 13960)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/as/webservices/server/integration/main/module.xml	2011-03-29 20:00:29 UTC (rev 13961)
@@ -71,13 +71,13 @@
         <module name="com.sun.xml.messaging.saaj" services="export" export="true"/>
         <module name="org.apache.ws.security" export="true"/>
         <module name="org.apache.santuario.xmlsec" export="true"/>
-<!--        <module name="org.springframework.spring" optional="true" export="true">
+        <module name="org.springframework.spring" optional="true" export="true">
           <imports>
             <include path="META-INF"/>
           </imports>
           <exports>
             <include path="META-INF"/>
           </exports>
-        </module> -->
+        </module>
     </dependencies>
 </module>

Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml	2011-03-29 19:57:08 UTC (rev 13960)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml	2011-03-29 20:00:29 UTC (rev 13961)
@@ -56,6 +56,6 @@
         <module name="org.jboss.common-core" />
         <module name="org.jboss.logging" />
         <module name="org.apache.ws.security" />
-<!--        <module name="org.springframework.spring" optional="true" /> -->
+        <module name="org.springframework.spring" optional="true" />
     </dependencies>
 </module>

Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml	2011-03-29 19:57:08 UTC (rev 13960)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml	2011-03-29 20:00:29 UTC (rev 13961)
@@ -37,7 +37,7 @@
         <module name="org.apache.cxf" services="import">
           <imports>
             <include path="META-INF/cxf"/> <!-- required to also pull in the bus extensions from META-INF -->
-            <include path="META-INF/spring.*"/>
+            <include path="META-INF/"/>
           </imports>
         </module>
         <module name="com.sun.httpserver"/>

Modified: stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-client/main/module.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-client/main/module.xml	2011-03-29 19:57:08 UTC (rev 13960)
+++ stack/cxf/branches/jbossws-cxf-4.0.0.Alpha3/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-client/main/module.xml	2011-03-29 20:00:29 UTC (rev 13961)
@@ -51,6 +51,6 @@
         </module>
         <module name="org.apache.neethi" />
         <module name="org.jboss.logging" />
-<!--        <module name="org.springframework.spring" optional="true" /> -->
+        <module name="org.springframework.spring" optional="true" />
     </dependencies>
 </module>



More information about the jbossws-commits mailing list