Author: alessio.soldano(a)jboss.com
Date: 2011-05-10 03:51:02 -0400 (Tue, 10 May 2011)
New Revision: 14339
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-httpserver-httpspi/main/module.xml
Log:
Move from com.sun.httpserver to org.jboss.com.sun.httpserver (synch with AS7)
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml
===================================================================
---
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml 2011-05-10
07:04:52 UTC (rev 14338)
+++
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml 2011-05-10
07:51:02 UTC (rev 14339)
@@ -40,6 +40,6 @@
<include path="META-INF/"/>
</imports>
</module>
- <module name="com.sun.httpserver"/>
+ <module name="org.jboss.com.sun.httpserver"/>
</dependencies>
</module>
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-httpserver-httpspi/main/module.xml
===================================================================
---
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-httpserver-httpspi/main/module.xml 2011-05-10
07:04:52 UTC (rev 14338)
+++
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/ws/jaxws-httpserver-httpspi/main/module.xml 2011-05-10
07:51:02 UTC (rev 14339)
@@ -30,6 +30,6 @@
<dependencies>
<module name="javax.xml.ws.api" />
- <module name="com.sun.httpserver"/>
+ <module name="org.jboss.com.sun.httpserver"/>
</dependencies>
</module>
Show replies by date