Author: antelder
Date: Sat Sep 13 00:44:57 2008
New Revision: 694889
URL: http://svn.apache.org/viewvc?rev=694889&view=rev
Log:
Update to use new node-dynamic module
Added:
tuscany/java/sca/samples/helloworld-distributed/helloworld-node/src/main/resources/META-INF/
tuscany/java/sca/samples/helloworld-distributed/helloworld-node/src/main/resources/META-INF/sca-deployables/
tuscany/java/sca/samples/helloworld-distributed/helloworld-node/src/main/resources/META-INF/sca-deployables/Helloworld.composite
- copied unchanged from r694618,
tuscany/java/sca/samples/helloworld-distributed/helloworld-node/src/main/resources/Helloworld.composite
Removed:
tuscany/java/sca/samples/helloworld-distributed/helloworld-node/src/main/java/sample/HelloworldNode.java
tuscany/java/sca/samples/helloworld-distributed/helloworld-node/src/main/resources/Helloworld.composite
Modified:
tuscany/java/sca/samples/helloworld-distributed/helloworld-node/pom.xml
Modified:
tuscany/java/sca/samples/helloworld-distributed/helloworld-node/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-distributed/helloworld-node/pom.xml?rev=694889&r1=694888&r2=694889&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-distributed/helloworld-node/pom.xml
(original)
+++ tuscany/java/sca/samples/helloworld-distributed/helloworld-node/pom.xml Sat
Sep 13 00:44:57 2008
@@ -31,29 +31,15 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-api</artifactId>
+ <artifactId>tuscany-sca-api</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
+ <artifactId>tuscany-node-dynamic</artifactId>
<version>1.4-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-sca-jms</artifactId>
- <version>1.4-SNAPSHOT</version>
- <scope>runtime</scope>
+ <scope>test</scope>
</dependency>
<dependency>