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 2006/11/01 20:02:41 UTC

svn commit: r470036 - in /incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldjsonrpc: ./ .ruleset pom.xml

Author: antelder
Date: Wed Nov  1 11:02:40 2006
New Revision: 470036

URL: http://svn.apache.org/viewvc?view=rev&rev=470036
Log:
Copy the helloworljsonrpc from trunk to m2 and update for m2

Added:
    incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldjsonrpc/
      - copied from r463902, incubator/tuscany/java/samples/sca/helloworldjsonrpc/
Removed:
    incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldjsonrpc/.ruleset
Modified:
    incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldjsonrpc/pom.xml

Modified: incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldjsonrpc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldjsonrpc/pom.xml?view=diff&rev=470036&r1=463902&r2=470036
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldjsonrpc/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/webapp/helloworldjsonrpc/pom.xml Wed Nov  1 11:02:40 2006
@@ -19,8 +19,8 @@
  -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany.samples.sca</groupId>
-        <artifactId>parent</artifactId>
+        <groupId>org.apache.tuscany.sca.samples</groupId>
+	        <artifactId>parent</artifactId>
         <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -33,15 +33,19 @@
         <dependency>
             <groupId>org.osoa</groupId>
             <artifactId>sca-api-r0.95</artifactId>
+            <version>${scaVersion}</version>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca.runtime</groupId>
             <artifactId>webapp</artifactId>
-            <version>${tuscanyVersion}</version>
+            <version>${scaImplVersion}</version>
+            <scope>runtime</scope>
         </dependency>
     </dependencies>
 
     <build>
+        <defaultGoal>package</defaultGoal>
         <finalName>sample-helloworldjsonrpc</finalName>
         <plugins>
             <plugin>
@@ -61,7 +65,7 @@
                        <dependency>
                           <groupId>org.apache.tuscany.sca.services.bindings</groupId>
                           <artifactId>binding-jsonrpc</artifactId>
-                          <version>${tuscanyVersion}</version>
+                          <version>${scaImplVersion}</version>
                        </dependency>
                     </extensions>
                 </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org