From b6ebb74095bd5b8eba8a3b4addda73a4a2911fc6 Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 18 Oct 2010 02:27:52 +0000 Subject: Deleting 2.0-M5.1-RC2 release candidate tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023629 13f79535-47bb-0310-9956-ffa450edef68 --- .../itest/nodes/two-nodes-two-vms-test/build.xml | 38 -------- .../nodes/two-nodes-two-vms-test/client-config.xml | 39 -------- .../itest/nodes/two-nodes-two-vms-test/client.xml | 31 ------ .../itest/nodes/two-nodes-two-vms-test/pom.xml | 104 --------------------- .../nodes/two-nodes-two-vms-test/server-config.xml | 39 -------- .../itest/nodes/two-nodes-two-vms-test/server.xml | 33 ------- .../src/test/java/itest/Client.java | 69 -------------- .../src/test/java/itest/Service.java | 61 ------------ 8 files changed, 414 deletions(-) delete mode 100644 sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/build.xml delete mode 100644 sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/client-config.xml delete mode 100644 sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/client.xml delete mode 100644 sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/pom.xml delete mode 100644 sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/server-config.xml delete mode 100644 sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/server.xml delete mode 100644 sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java delete mode 100644 sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java (limited to 'sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test') diff --git a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/build.xml b/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/build.xml deleted file mode 100644 index fa7e963e87..0000000000 --- a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/build.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/client-config.xml b/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/client-config.xml deleted file mode 100644 index 9942dd55a0..0000000000 --- a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/client-config.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/client.xml b/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/client.xml deleted file mode 100644 index 8e7c744940..0000000000 --- a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/client.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/pom.xml b/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/pom.xml deleted file mode 100644 index 61598467e9..0000000000 --- a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/pom.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-itest - 2.0-M5.1 - ../pom.xml - - itest-nodes-two-nodes-two-vms-test - Apache Tuscany SCA iTest Nodes Two Nodes Two VMs Test - - - - org.apache.tuscany.sca - tuscany-domain-node - 2.0-M5.1 - - - org.apache.tuscany.sca - tuscany-endpoint-tribes - 2.0-M5.1 - - - org.apache.tuscany.sca - itest-nodes-helloworld-iface - 2.0-M5.1 - - - org.apache.tuscany.sca - tuscany-node-impl - 2.0-M5.1 - - - org.apache.tuscany.sca - tuscany-node-launcher - 2.0-M5.1 - - - org.apache.tuscany.sca - tuscany-sca-client-impl - 2.0-M5.1 - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 2.0-M5.1 - - - org.apache.tuscany.sca - tuscany-binding-rmi-runtime - 2.0-M5.1 - - - org.apache.tuscany.sca - tuscany-host-jetty - 2.0-M5.1 - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - run-samples - test - - run - - - - - - - - - - - - - - diff --git a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/server-config.xml b/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/server-config.xml deleted file mode 100644 index 590cf3bddb..0000000000 --- a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/server-config.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/server.xml b/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/server.xml deleted file mode 100644 index 05a5aa16e9..0000000000 --- a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/server.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java b/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java deleted file mode 100644 index 4973f6ca29..0000000000 --- a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java +++ /dev/null @@ -1,69 +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 itest; - -import java.io.File; - -import org.apache.tuscany.sca.binding.rmi.RMIBinding; -import org.apache.tuscany.sca.domain.node.DomainNode; -import org.apache.tuscany.sca.node.Node; -import org.apache.tuscany.sca.node.NodeFactory; -import org.junit.AfterClass; -import org.junit.BeforeClass; -import org.junit.Test; - -public class Client { - - private static Node clientNode; -// private static DomainNode clientNode; - - @BeforeClass - public static void setUpBeforeClass() throws Exception { - NodeFactory factory = NodeFactory.newInstance(); - - clientNode = factory.createNode(new File("client-config.xml").toURI().toURL()); - - try { - clientNode.start(); - } catch (Exception ex){ - ex.printStackTrace(); - throw ex; - } - -// clientNode = new DomainNode("tribes:default", new String []{"../helloworld-client/target/itest-nodes-helloworld-client-2.0-M5.1.jar"}); - } - - @Test - public void testNothing() throws Exception { - - } - - @AfterClass - public static void tearDownAfterClass() throws Exception { - if (clientNode != null) { - clientNode.stop(); - } - } - - public static void main(String[] args) throws Exception { - Client.setUpBeforeClass(); - Client.tearDownAfterClass(); - } -} diff --git a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java b/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java deleted file mode 100644 index 7323c2c122..0000000000 --- a/sca-java-2.x/tags/2.0-M5.1-RC2/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Service.java +++ /dev/null @@ -1,61 +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 itest; - -import java.io.File; - -import org.apache.tuscany.sca.binding.rmi.RMIBinding; -import org.apache.tuscany.sca.domain.node.DomainNode; -import org.apache.tuscany.sca.node.Node; -import org.apache.tuscany.sca.node.NodeFactory; -import org.junit.AfterClass; -import org.junit.BeforeClass; -import org.junit.Test; - -public class Service { - - private static Node serviceNode; -// private static DomainNode serviceNode; - - @BeforeClass - public static void setUpBeforeClass() throws Exception { - NodeFactory factory = NodeFactory.newInstance(); - - serviceNode = factory.createNode(new File("server-config.xml").toURI().toURL()); - serviceNode.start(); - -// serviceNode = new DomainNode("tribes:default", new String[]{"../helloworld-service/target/classes"}); - - } - - @Test - public void testNothing() throws Exception { - synchronized (this) { - this.wait(); - } - } - - @AfterClass - public static void tearDownAfterClass() throws Exception { - if (serviceNode != null) { - serviceNode.stop(); - } - } -} -- cgit v1.2.3