You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/05/09 12:25:46 UTC

svn commit: r405374 - in /incubator/tuscany/java/sca/samples: helloworldjsonrpc/ helloworldjsonrpc/pom.xml pom.xml

Author: jsdelfino
Date: Tue May  9 03:25:43 2006
New Revision: 405374

URL: http://svn.apache.org/viewcvs?rev=405374&view=rev
Log:
Moved helloworldjsonrpc sample from java/samples

Added:
    incubator/tuscany/java/sca/samples/helloworldjsonrpc/
      - copied from r405313, incubator/tuscany/java/samples/helloworld/helloworldjsonrpc/
Modified:
    incubator/tuscany/java/sca/samples/helloworldjsonrpc/pom.xml
    incubator/tuscany/java/sca/samples/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworldjsonrpc/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/helloworldjsonrpc/pom.xml?rev=405374&r1=405313&r2=405374&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworldjsonrpc/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworldjsonrpc/pom.xml Tue May  9 03:25:43 2006
@@ -16,15 +16,15 @@
  -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany.samples.helloworld</groupId>
-        <artifactId>helloworld-samples</artifactId>
+        <groupId>org.apache.tuscany.sca.samples</groupId>
+        <artifactId>tuscany-sca-samples</artifactId>
         <version>SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>helloworldjsonrpc</artifactId>
     <packaging>war</packaging>
-    <name>Tuscany sample HelloWorld JSON-RPC</name>
-    <description>Sample classic helloworld using JSON-RPC</description>
+    <name>Tuscany HelloWorld JSON-RPC Sample</name>
+    <description>A sample HelloWorld Web application using JSON-RPC</description>
     <version>SNAPSHOT</version>
 
     <dependencies>
@@ -32,19 +32,19 @@
             <groupId>org.apache.tuscany</groupId>
             <artifactId>tuscany-core</artifactId>
             <version>${pom.version}</version>
-            <scope>provided</scope> <!-- use provided so tuscany infrastructue is not inc. in the war-->
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca.containers</groupId>
             <artifactId>tuscany-container-java</artifactId>
             <version>${pom.version}</version>
-            <scope>provided</scope> <!-- use provided so tuscany infrastructue is not inc. in the war--> 
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca.bindings</groupId>
             <artifactId>tuscany-binding-jsonrpc</artifactId>
             <version>${pom.version}</version>
-            <scope>provided</scope> <!-- use provided so tuscany infrastructue is not inc. in the war--> 
+            <scope>provided</scope>
         </dependency>
 
         <dependency>

Modified: incubator/tuscany/java/sca/samples/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/pom.xml?rev=405374&r1=405373&r2=405374&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/pom.xml Tue May  9 03:25:43 2006
@@ -33,5 +33,6 @@
         <module>helloworldws</module>
         <module>helloworldwsclient</module>
         <module>supplychain</module>
+        <module>helloworldjsonrpc</module>
     </modules>
 </project>