You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sv...@apache.org on 2007/12/18 11:43:39 UTC

svn commit: r605175 - /incubator/tuscany/java/sca/distribution/bundle/pom.xml

Author: svkrish
Date: Tue Dec 18 02:43:39 2007
New Revision: 605175

URL: http://svn.apache.org/viewvc?rev=605175&view=rev
Log:
adding policy handler services configuration file for aggregation

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

Modified: incubator/tuscany/java/sca/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/bundle/pom.xml?rev=605175&r1=605174&r2=605175&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/bundle/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/bundle/pom.xml Tue Dec 18 02:43:39 2007
@@ -527,8 +527,10 @@
                                <transformer implementation="org.codehaus.mojo.shade.resource.AppendingTransformer">
                                     <resource>META-INF/services/org.apache.tuscany.sca.work.WorkScheduler</resource>
                                 </transformer>
+                               <transformer implementation="org.codehaus.mojo.shade.resource.AppendingTransformer">
+                                    <resource>META-INF/services/org.apache.tuscany.sca.policy.util.PolicyHandler</resource>
+                                </transformer>
                             </transformers>
-
                         </configuration>
                     </execution>
                 </executions>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org