You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/06/27 13:11:21 UTC

svn commit: r672243 - /tuscany/branches/sca-java-1.3/distribution/bundle/pom.xml

Author: slaws
Date: Fri Jun 27 04:11:21 2008
New Revision: 672243

URL: http://svn.apache.org/viewvc?rev=672243&view=rev
Log:
Fix SCADefinitionsProvider name

Modified:
    tuscany/branches/sca-java-1.3/distribution/bundle/pom.xml

Modified: tuscany/branches/sca-java-1.3/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/distribution/bundle/pom.xml?rev=672243&r1=672242&r2=672243&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/distribution/bundle/pom.xml (original)
+++ tuscany/branches/sca-java-1.3/distribution/bundle/pom.xml Fri Jun 27 04:11:21 2008
@@ -641,7 +641,7 @@
                                     <resource>META-INF/services/org.apache.tuscany.sca.provider.PolicyProviderFactory</resource>
                                 </transformer>
                                 <transformer implementation="org.codehaus.mojo.shade.resource.AppendingTransformer">
-                                    <resource>META-INF/services/org.apache.tuscany.sca.definitions.SCADefinitionsProvider</resource>
+                                    <resource>META-INF/services/org.apache.tuscany.sca.provider.SCADefinitionsProvider</resource>
                                 </transformer>
                             </transformers>
                         </configuration>