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 2008/03/07 12:57:23 UTC

svn commit: r634628 - in /incubator/tuscany/java/sca/tutorial/store: launch/LaunchStore2.java pom.xml

Author: jsdelfino
Date: Fri Mar  7 03:57:21 2008
New Revision: 634628

URL: http://svn.apache.org/viewvc?rev=634628&view=rev
Log:
Added a launcher that works with node2-impl.

Added:
    incubator/tuscany/java/sca/tutorial/store/launch/LaunchStore2.java   (with props)
Modified:
    incubator/tuscany/java/sca/tutorial/store/pom.xml

Added: incubator/tuscany/java/sca/tutorial/store/launch/LaunchStore2.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store/launch/LaunchStore2.java?rev=634628&view=auto
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store/launch/LaunchStore2.java (added)
+++ incubator/tuscany/java/sca/tutorial/store/launch/LaunchStore2.java Fri Mar  7 03:57:21 2008
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
+
+package launch;
+
+import org.apache.tuscany.sca.node.launch.SCANode2Launcher;
+
+public class LaunchStore2 {
+    public static void main(String[] args) throws Exception {
+        SCANode2Launcher.main(new String[] {"http://localhost:9990/package/?composite=composite:store;http://store;store"});
+    }
+}

Propchange: incubator/tuscany/java/sca/tutorial/store/launch/LaunchStore2.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/tutorial/store/launch/LaunchStore2.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Modified: incubator/tuscany/java/sca/tutorial/store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store/pom.xml?rev=634628&r1=634627&r2=634628&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/store/pom.xml Fri Mar  7 03:57:21 2008
@@ -51,7 +51,20 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node2-api</artifactId>
+            <version>1.2-incubating-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
+            <version>1.2-incubating-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node2-impl</artifactId>
             <version>1.2-incubating-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>



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