Author: slaws
Date: Mon Jun 30 01:16:29 2008
New Revision: 672726

URL: http://svn.apache.org/viewvc?rev=672726&view=rev
Log:
TUSCANY-2421 - correct reference to definitions provider

Modified:
    tuscany/java/sca/distribution/bundle/pom.xml

Modified: tuscany/java/sca/distribution/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/bundle/pom.xml?rev=672726&r1=672725&r2=672726&view=diff
==============================================================================
--- tuscany/java/sca/distribution/bundle/pom.xml (original)
+++ tuscany/java/sca/distribution/bundle/pom.xml Mon Jun 30 01:16:29 2008
@@ -688,7 +688,7 @@
                                     
<resource>META-INF/services/org.apache.tuscany.sca.provider.PolicyProviderFactory</resource>
                                 </transformer>
                                 <transformer 
implementation="org.apache.maven.plugins.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>


Reply via email to