You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/10/26 11:31:20 UTC

svn commit: r1027416 - /tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml

Author: antelder
Date: Tue Oct 26 09:31:20 2010
New Revision: 1027416

URL: http://svn.apache.org/viewvc?rev=1027416&view=rev
Log:
Correct included contribution name

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml?rev=1027416&r1=1027415&r2=1027416&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml Tue Oct 26 09:31:20 2010
@@ -65,7 +65,7 @@
                    <artifactItems>
                      <artifactItem>
                        <groupId>org.apache.tuscany.sca</groupId>
-                       <artifactId>helloworld-contribution</artifactId>
+                       <artifactId>sample-helloworld-contribution</artifactId>
                        <version>${pom.version}</version>
                        <!-- should really go in the target folder but i can't get jetty:run to work using that -->
                        <outputDirectory>src/main/webapp/WEB-INF/sca-contributions</outputDirectory>