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 2010/10/13 19:51:23 UTC

svn commit: r1022217 - /tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml

Author: slaws
Date: Wed Oct 13 17:51:21 2010
New Revision: 1022217

URL: http://svn.apache.org/viewvc?rev=1022217&view=rev
Log:
Correct dependency for sample name change

Modified:
    tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml?rev=1022217&r1=1022216&r2=1022217&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml Wed Oct 13 17:51:21 2010
@@ -39,7 +39,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>sample-helloworld</artifactId>
+            <artifactId>helloworld-contribution</artifactId>
             <version>2.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
@@ -72,7 +72,7 @@
                 <contributions>
                    <!-- add the dependee contribution that this contribution uses -->
                    <param>..\helloworld-recursive\target\sample-helloworld-recursive.jar</param>
-                   <param>..\helloworld\target\sample-helloworld.jar</param>
+                   <param>..\..\..\getting-started\helloworld\target\helloworld-contribution.jar</param>
                 </contributions>
              </configuration>
          </plugin>