You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/01/24 20:19:43 UTC

svn commit: r902625 - /tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml

Author: lresende
Date: Sun Jan 24 19:19:43 2010
New Revision: 902625

URL: http://svn.apache.org/viewvc?rev=902625&view=rev
Log:
TUSCANY-3428 - Adding provider factory for operation selector to be merged into the bundle jar

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml?rev=902625&r1=902624&r2=902625&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml Sun Jan 24 19:19:43 2010
@@ -771,6 +771,9 @@
                                     <resource>META-INF/services/org.apache.tuscany.sca.provider.ImplementationProviderFactory</resource>
                                 </transformer>
                                 <transformer implementation="org.codehaus.mojo.shade.resource.AppendingTransformer">
+                                    <resource>META-INF/services/org.apache.tuscany.sca.provider.OperationSelectorProviderFactory</resource>
+                                </transformer>
+                                <transformer implementation="org.codehaus.mojo.shade.resource.AppendingTransformer">
                                     <resource>META-INF/services/org.apache.tuscany.sca.provider.WireFormatProviderFactory</resource>
                                 </transformer>
                                 <transformer implementation="org.codehaus.mojo.shade.resource.AppendingTransformer">