summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/samples/store-distributed/src/main/java/node/LaunchStoreNodeA.java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 22:59:56 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 22:59:56 +0000
commit752ec791ce3dec5b6212730f8188f5a472b4914a (patch)
tree047aec8484393e175e87066dde0cda35e7accf27 /branches/sca-java-1.5.1/samples/store-distributed/src/main/java/node/LaunchStoreNodeA.java
parentafc70d2d45629f55a862e2fa37349454c0bc175d (diff)
Removing store-distributed sample as it's still a work in progress
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815551 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5.1/samples/store-distributed/src/main/java/node/LaunchStoreNodeA.java')
-rw-r--r--branches/sca-java-1.5.1/samples/store-distributed/src/main/java/node/LaunchStoreNodeA.java28
1 files changed, 0 insertions, 28 deletions
diff --git a/branches/sca-java-1.5.1/samples/store-distributed/src/main/java/node/LaunchStoreNodeA.java b/branches/sca-java-1.5.1/samples/store-distributed/src/main/java/node/LaunchStoreNodeA.java
deleted file mode 100644
index 9016e515fb..0000000000
--- a/branches/sca-java-1.5.1/samples/store-distributed/src/main/java/node/LaunchStoreNodeA.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * 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 node;
-
-import org.apache.tuscany.sca.node.launcher.NodeLauncher;
-
-public class LaunchStoreNodeA {
- public static void main(String[] args) throws Exception {
- NodeLauncher.main(new String[] {"http://localhost:9990/node-config/NodeA"});
- }
-}