From 539451c7e13d98504e6f3368d892406494ca711d Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 13 Nov 2009 01:23:07 +0000 Subject: Removing obsolete release candidate tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835693 13f79535-47bb-0310-9956-ffa450edef68 --- .../tutorials/store/domain/cloud.composite | 37 ---- .../store/domain/cloud/CatalogEJBNode.composite | 35 --- .../domain/cloud/CatalogMediationNode.composite | 33 --- .../store/domain/cloud/CatalogWebAppNode.composite | 36 ---- .../store/domain/cloud/CatalogsNode.composite | 33 --- .../store/domain/cloud/CurrencyNode.composite | 33 --- .../store/domain/cloud/StoreClientNode.composite | 33 --- .../store/domain/cloud/StoreDBNode.composite | 35 --- .../store/domain/cloud/StoreEUNode.composite | 36 ---- .../domain/cloud/StoreEnterpriseNode.composite | 35 --- .../store/domain/cloud/StoreMarketNode.composite | 35 --- .../store/domain/cloud/StoreMashupNode.composite | 35 --- .../store/domain/cloud/StoreMergerNode.composite | 35 --- .../store/domain/cloud/StoreNode.composite | 35 --- .../store/domain/cloud/StoreSupplierNode.composite | 36 ---- .../tutorials/store/domain/domain.composite | 37 ---- .../domain/launch/LaunchCatalogMediationNode.java | 28 --- .../store/domain/launch/LaunchCatalogsNode.java | 28 --- .../store/domain/launch/LaunchCurrencyNode.java | 28 --- .../store/domain/launch/LaunchStoreDBNode.java | 28 --- .../store/domain/launch/LaunchStoreEUNode.java | 28 --- .../domain/launch/LaunchStoreEnterpriseNode.java | 28 --- .../store/domain/launch/LaunchStoreMarketNode.java | 28 --- .../store/domain/launch/LaunchStoreMashupNode.java | 28 --- .../store/domain/launch/LaunchStoreMergerNode.java | 28 --- .../store/domain/launch/LaunchStoreNode.java | 28 --- .../domain/launch/LaunchStoreSupplierNode.java | 28 --- .../domain/launch/LaunchTutorialDomainManager.java | 33 --- .../store/domain/launch/LaunchWarehouseSpring.java | 55 ----- .../tags/1.5.1-RC4/tutorials/store/domain/pom.xml | 240 --------------------- .../1.5.1-RC4/tutorials/store/domain/workspace.xml | 36 ---- 31 files changed, 1231 deletions(-) delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogEJBNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogMediationNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogWebAppNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogsNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CurrencyNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreClientNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreDBNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreEUNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreEnterpriseNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMarketNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMashupNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMergerNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreSupplierNode.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/domain.composite delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCatalogMediationNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCatalogsNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCurrencyNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreDBNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreEUNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreEnterpriseNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMarketNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMashupNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMergerNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreSupplierNode.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchTutorialDomainManager.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchWarehouseSpring.java delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/pom.xml delete mode 100644 sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/workspace.xml (limited to 'sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain') diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud.composite deleted file mode 100644 index ea0ff1e637..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud.composite +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogEJBNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogEJBNode.composite deleted file mode 100644 index 02e83d4c8d..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogEJBNode.composite +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogMediationNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogMediationNode.composite deleted file mode 100644 index bac96d9781..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogMediationNode.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogWebAppNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogWebAppNode.composite deleted file mode 100644 index f3ed2dfdd5..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogWebAppNode.composite +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogsNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogsNode.composite deleted file mode 100644 index 3a5ec770cb..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CatalogsNode.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CurrencyNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CurrencyNode.composite deleted file mode 100644 index ed80268f22..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/CurrencyNode.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreClientNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreClientNode.composite deleted file mode 100644 index 91948b5476..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreClientNode.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreDBNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreDBNode.composite deleted file mode 100644 index 9b09bd7344..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreDBNode.composite +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreEUNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreEUNode.composite deleted file mode 100644 index 6a50de56d5..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreEUNode.composite +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreEnterpriseNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreEnterpriseNode.composite deleted file mode 100644 index e4cc62a8c3..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreEnterpriseNode.composite +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMarketNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMarketNode.composite deleted file mode 100644 index 1bdd994c2b..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMarketNode.composite +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMashupNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMashupNode.composite deleted file mode 100644 index 0db43df8c3..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMashupNode.composite +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMergerNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMergerNode.composite deleted file mode 100644 index 0ce6e6a231..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreMergerNode.composite +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreNode.composite deleted file mode 100644 index e2b61a98e1..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreNode.composite +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreSupplierNode.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreSupplierNode.composite deleted file mode 100644 index df46bb8813..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/cloud/StoreSupplierNode.composite +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/domain.composite b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/domain.composite deleted file mode 100644 index 6d883b84b8..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/domain.composite +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCatalogMediationNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCatalogMediationNode.java deleted file mode 100644 index 4e0772d211..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCatalogMediationNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchCatalogMediationNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/CatalogMediationNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCatalogsNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCatalogsNode.java deleted file mode 100644 index a0c04a2f34..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCatalogsNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchCatalogsNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/CatalogsNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCurrencyNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCurrencyNode.java deleted file mode 100644 index d9110f5804..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchCurrencyNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchCurrencyNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/CurrencyNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreDBNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreDBNode.java deleted file mode 100644 index b83db75646..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreDBNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchStoreDBNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/StoreDBNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreEUNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreEUNode.java deleted file mode 100644 index de0e421e2d..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreEUNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchStoreEUNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/StoreEUNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreEnterpriseNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreEnterpriseNode.java deleted file mode 100644 index 1fbdbee497..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreEnterpriseNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchStoreEnterpriseNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/StoreEnterpriseNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMarketNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMarketNode.java deleted file mode 100644 index b95d2a8d74..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMarketNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchStoreMarketNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/StoreMarketNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMashupNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMashupNode.java deleted file mode 100644 index aa7cbdc4ca..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMashupNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchStoreMashupNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/StoreMashupNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMergerNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMergerNode.java deleted file mode 100644 index a29c9b7d61..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreMergerNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchStoreMergerNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/StoreMergerNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreNode.java deleted file mode 100644 index 11f1b2ce86..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchStoreNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/StoreNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreSupplierNode.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreSupplierNode.java deleted file mode 100644 index fce27d7d3b..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchStoreSupplierNode.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 launch; - -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchStoreSupplierNode { - public static void main(String[] args) throws Exception { - NodeLauncher.main(new String[] {"http://localhost:9990/node-config/StoreSupplierNode"}); - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchTutorialDomainManager.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchTutorialDomainManager.java deleted file mode 100644 index 7408e99c63..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchTutorialDomainManager.java +++ /dev/null @@ -1,33 +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 launch; - -/** - * Launches the domain manager from this module. - * - * @version $Rev$ $Date$ - */ -public class LaunchTutorialDomainManager { - - public static void main(String[] args) throws Exception { - org.apache.tuscany.sca.node.launcher.DomainManagerLauncher.main(args); - } - -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchWarehouseSpring.java b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchWarehouseSpring.java deleted file mode 100644 index a07a4bf635..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/launch/LaunchWarehouseSpring.java +++ /dev/null @@ -1,55 +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 launch; - -import java.io.IOException; - -import org.apache.activemq.broker.BrokerService; -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.launcher.Contribution; -import org.apache.tuscany.sca.node.launcher.NodeLauncher; - -public class LaunchWarehouseSpring { - public static void main(String[] args) throws Exception { - - BrokerService jmsBroker; - jmsBroker = new BrokerService(); - jmsBroker.setPersistent(false); - jmsBroker.setUseJmx(false); - jmsBroker.addConnector("tcp://localhost:61619"); - jmsBroker.start(); - - NodeLauncher launcher = NodeLauncher.newInstance(); - SCANode node = launcher.createNode(null, - new Contribution("assets", "../assets/target/classes"), - new Contribution("warehouse", "../warehouse-spring/target/classes")); - node.start(); - - System.out.println("Press a key to stop"); - try { - System.in.read(); - } catch (IOException e) {} - - node.stop(); - - jmsBroker.stop(); - - } -} diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/pom.xml b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/pom.xml deleted file mode 100644 index bab2660b01..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/pom.xml +++ /dev/null @@ -1,240 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-tutorial-store - 1.5.1 - ../pom.xml - - tutorial-domain - Apache Tuscany SCA Store Tutorial Domain - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-node-launcher - 1.5.1 - - - - org.apache.tuscany.sca - tuscany-node-api - 1.5.1 - - - - org.apache.tuscany.sca - tuscany-domain-manager - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-node-runtime - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-widget-runtime-tuscany - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-resource-runtime - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-spring - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-spring-runtime - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-binding-atom-js - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-binding-atom-abdera - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jsonrpc-js - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jsonrpc-runtime - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-binding-http-runtime - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-binding-sca-axis2 - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ejb-runtime - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-binding-jms-runtime - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-host-jms-asf - 1.5.1 - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-ejb - 1.5.1 - runtime - - - - org.apache.derby - derby - 10.3.1.4 - runtime - - - - org.apache.activemq - activemq-core - 5.2.0 - - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - 1.1 - provided - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - - - - - - - - ${artifactId} - ${basedir} - - - ${basedir} - - **/*.java - **/.*/** - pom.xml - build.xml - target/** - - - - - - org.apache.tuscany.sca - tuscany-maven-ant-generator - 1.5.1 - - - - launch.LaunchTutorialAdmin - ../../.. - - - generate - - - - - - - - diff --git a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/workspace.xml b/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/workspace.xml deleted file mode 100644 index b01bd0c1d8..0000000000 --- a/sca-java-1.x/tags/1.5.1-RC4/tutorials/store/domain/workspace.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3