[jbossws-commits] JBossWS SVN: r16078 - in stack/native/trunk/modules: endorsed/src/main/resources/META-INF/services and 3 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Apr 2 08:03:56 EDT 2012


Author: ropalka
Date: 2012-04-02 08:03:54 -0400 (Mon, 02 Apr 2012)
New Revision: 16078

Removed:
   stack/native/trunk/modules/core/src/main/resources/META-INF/services/org.jboss.ws.api.tools.ConsumerFactory
   stack/native/trunk/modules/core/src/main/resources/META-INF/services/org.jboss.ws.api.tools.ProviderFactory
   stack/native/trunk/modules/endorsed/src/main/resources/META-INF/services/javax.xml.ws.spi.Provider
   stack/native/trunk/modules/services/src/main/resources/META-INF/services/org.jboss.ws.api.addressing.MAPBuilderFactory
   stack/native/trunk/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator
Modified:
   stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
   stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3474] trim down jbossws-common-tools dependencies

Deleted: stack/native/trunk/modules/core/src/main/resources/META-INF/services/org.jboss.ws.api.tools.ConsumerFactory
===================================================================
--- stack/native/trunk/modules/core/src/main/resources/META-INF/services/org.jboss.ws.api.tools.ConsumerFactory	2012-04-02 11:30:27 UTC (rev 16077)
+++ stack/native/trunk/modules/core/src/main/resources/META-INF/services/org.jboss.ws.api.tools.ConsumerFactory	2012-04-02 12:03:54 UTC (rev 16078)
@@ -1 +0,0 @@
-org.jboss.ws.tools.jaxws.impl.SunRIConsumerFactoryImpl
\ No newline at end of file

Deleted: stack/native/trunk/modules/core/src/main/resources/META-INF/services/org.jboss.ws.api.tools.ProviderFactory
===================================================================
--- stack/native/trunk/modules/core/src/main/resources/META-INF/services/org.jboss.ws.api.tools.ProviderFactory	2012-04-02 11:30:27 UTC (rev 16077)
+++ stack/native/trunk/modules/core/src/main/resources/META-INF/services/org.jboss.ws.api.tools.ProviderFactory	2012-04-02 12:03:54 UTC (rev 16078)
@@ -1 +0,0 @@
-org.jboss.ws.tools.jaxws.impl.JBossWSProviderFactoryImpl
\ No newline at end of file

Deleted: stack/native/trunk/modules/endorsed/src/main/resources/META-INF/services/javax.xml.ws.spi.Provider
===================================================================
--- stack/native/trunk/modules/endorsed/src/main/resources/META-INF/services/javax.xml.ws.spi.Provider	2012-04-02 11:30:27 UTC (rev 16077)
+++ stack/native/trunk/modules/endorsed/src/main/resources/META-INF/services/javax.xml.ws.spi.Provider	2012-04-02 12:03:54 UTC (rev 16078)
@@ -1 +0,0 @@
-org.jboss.ws.core.jaxws.spi.ProviderImpl
\ No newline at end of file

Modified: stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
--- stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml	2012-04-02 11:30:27 UTC (rev 16077)
+++ stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml	2012-04-02 12:03:54 UTC (rev 16078)
@@ -95,11 +95,6 @@
           <include name="**/jbossws-common.jar"/>
         </fileset>
       </copy>
-      <copy todir="@{targetdir}/org/jboss/ws/tools/common/main" flatten="false" overwrite="true">
-        <fileset dir="@{thirdpartydir}/lib">
-          <include name="**/jbossws-common-tools.jar"/>
-        </fileset>
-      </copy>
       <copy todir="@{targetdir}/org/jboss/ws/spi/main" flatten="false" overwrite="true">
         <fileset dir="@{thirdpartydir}/lib">
           <include name="**/jbossws-spi.jar"/>

Deleted: stack/native/trunk/modules/services/src/main/resources/META-INF/services/org.jboss.ws.api.addressing.MAPBuilderFactory
===================================================================
--- stack/native/trunk/modules/services/src/main/resources/META-INF/services/org.jboss.ws.api.addressing.MAPBuilderFactory	2012-04-02 11:30:27 UTC (rev 16077)
+++ stack/native/trunk/modules/services/src/main/resources/META-INF/services/org.jboss.ws.api.addressing.MAPBuilderFactory	2012-04-02 12:03:54 UTC (rev 16078)
@@ -1 +0,0 @@
-org.jboss.ws.extensions.addressing.map.NativeMAPBuilderFactory
\ No newline at end of file

Deleted: stack/native/trunk/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator
===================================================================
--- stack/native/trunk/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator	2012-04-02 11:30:27 UTC (rev 16077)
+++ stack/native/trunk/modules/services/src/main/resources/META-INF/services/org.jboss.wsf.spi.DeploymentAspectManagerLocator	2012-04-02 12:03:54 UTC (rev 16078)
@@ -1 +0,0 @@
-org.jboss.ws.common.DeploymentAspectManagerLocatorImpl
\ No newline at end of file

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2012-04-02 11:30:27 UTC (rev 16077)
+++ stack/native/trunk/modules/testsuite/pom.xml	2012-04-02 12:03:54 UTC (rev 16078)
@@ -48,10 +48,6 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.ws</groupId>
-      <artifactId>jbossws-common-tools</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-shared-testsuite</artifactId>
     </dependency>
     <dependency>



More information about the jbossws-commits mailing list