You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/05/05 00:40:02 UTC

svn commit: r399872 - in /incubator/tuscany/java/sca/samples/helloworldws: pom.xml src/main/java/org/ src/main/resources/sca.module

Author: rineholt
Date: Thu May  4 15:40:00 2006
New Revision: 399872

URL: http://svn.apache.org/viewcvs?rev=399872&view=rev
Log:
http://issues.apache.org/jira/browse/TUSCANY-189

Removed:
    incubator/tuscany/java/sca/samples/helloworldws/src/main/java/org/
Modified:
    incubator/tuscany/java/sca/samples/helloworldws/pom.xml
    incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module

Modified: incubator/tuscany/java/sca/samples/helloworldws/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/helloworldws/pom.xml?rev=399872&r1=399871&r2=399872&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworldws/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworldws/pom.xml Thu May  4 15:40:00 2006
@@ -28,30 +28,13 @@
     <version>SNAPSHOT</version>
 
     <dependencies>
-        <dependency>
-            <groupId>org.osoa</groupId>
-            <artifactId>sca-api</artifactId>
+    
+          <dependency>
+            <groupId>org.apache.tuscany.sca.samples</groupId>
+            <artifactId>helloworld</artifactId>
             <version>${pom.version}</version>
-            <scope>provided</scope> 
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany</groupId>
-            <artifactId>tuscany-core</artifactId>
-            <version>${pom.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.sca.containers</groupId>
-            <artifactId>tuscany-container-java</artifactId>
-            <version>${pom.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.sca.bindings</groupId>
-            <artifactId>tuscany-binding-axis2</artifactId>
-            <version>${pom.version}</version>
-            <scope>provided</scope>
+            <scope>compile</scope> 
         </dependency>
+    
     </dependencies>
 </project>

Modified: incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module?rev=399872&r1=399871&r2=399872&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module (original)
+++ incubator/tuscany/java/sca/samples/helloworldws/src/main/resources/sca.module Thu May  4 15:40:00 2006
@@ -28,7 +28,7 @@
     </entryPoint>
 
     <component name="HelloWorldServiceComponent">
-        <implementation.java class="org.apache.tuscany.samples.helloworldws.HelloWorldServiceComponentImpl"/>
+        <implementation.java class="org.apache.tuscany.samples.helloworld.HelloWorldServiceComponentImpl"/>
     </component>
     
 </module>