From a40e527938d76ba71f211da7e327adb50384ba69 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:26:33 +0000 Subject: Moving 1.x tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835157 13f79535-47bb-0310-9956-ffa450edef68 --- .../tags/1.2/tutorial/domain/cloud.composite | 33 +++++ .../tutorial/domain/cloud/CatalogEJBNode.composite | 33 +++++ .../domain/cloud/CatalogMediationNode.composite | 33 +++++ .../domain/cloud/CatalogWebAppNode.composite | 36 +++++ .../tutorial/domain/cloud/CatalogsNode.composite | 33 +++++ .../tutorial/domain/cloud/CurrencyNode.composite | 33 +++++ .../tutorial/domain/cloud/StoreDBNode.composite | 35 +++++ .../tutorial/domain/cloud/StoreEUNode.composite | 36 +++++ .../domain/cloud/StoreMergerNode.composite | 35 +++++ .../1.2/tutorial/domain/cloud/StoreNode.composite | 35 +++++ .../domain/cloud/StoreSupplierNode.composite | 36 +++++ .../tags/1.2/tutorial/domain/domain.composite | 33 +++++ .../domain/launch/LaunchCatalogMediationNode.java | 28 ++++ .../tutorial/domain/launch/LaunchCatalogsNode.java | 28 ++++ .../tutorial/domain/launch/LaunchCurrencyNode.java | 28 ++++ .../tutorial/domain/launch/LaunchStoreDBNode.java | 28 ++++ .../tutorial/domain/launch/LaunchStoreEUNode.java | 28 ++++ .../domain/launch/LaunchStoreMergerNode.java | 28 ++++ .../tutorial/domain/launch/LaunchStoreNode.java | 28 ++++ .../domain/launch/LaunchStoreSupplierNode.java | 28 ++++ .../domain/launch/LaunchTutorialDomainManager.java | 33 +++++ sca-java-1.x/tags/1.2/tutorial/domain/pom.xml | 164 +++++++++++++++++++++ .../tags/1.2/tutorial/domain/workspace.xml | 32 ++++ 23 files changed, 864 insertions(+) create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogEJBNode.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogMediationNode.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogWebAppNode.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogsNode.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud/CurrencyNode.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreDBNode.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreEUNode.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreMergerNode.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreNode.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreSupplierNode.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/domain.composite create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCatalogMediationNode.java create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCatalogsNode.java create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCurrencyNode.java create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreDBNode.java create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreEUNode.java create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreMergerNode.java create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreNode.java create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreSupplierNode.java create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchTutorialDomainManager.java create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/pom.xml create mode 100644 sca-java-1.x/tags/1.2/tutorial/domain/workspace.xml (limited to 'sca-java-1.x/tags/1.2/tutorial/domain') diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud.composite new file mode 100644 index 0000000000..993b634c9f --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogEJBNode.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogEJBNode.composite new file mode 100644 index 0000000000..b495b45ebd --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogEJBNode.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogMediationNode.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogMediationNode.composite new file mode 100644 index 0000000000..bac96d9781 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogMediationNode.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogWebAppNode.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogWebAppNode.composite new file mode 100644 index 0000000000..f3ed2dfdd5 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogWebAppNode.composite @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogsNode.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogsNode.composite new file mode 100644 index 0000000000..3a5ec770cb --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CatalogsNode.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CurrencyNode.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CurrencyNode.composite new file mode 100644 index 0000000000..ed80268f22 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/CurrencyNode.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreDBNode.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreDBNode.composite new file mode 100644 index 0000000000..9b09bd7344 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreDBNode.composite @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreEUNode.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreEUNode.composite new file mode 100644 index 0000000000..6a50de56d5 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreEUNode.composite @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreMergerNode.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreMergerNode.composite new file mode 100644 index 0000000000..0ce6e6a231 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreMergerNode.composite @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreNode.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreNode.composite new file mode 100644 index 0000000000..e2b61a98e1 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreNode.composite @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreSupplierNode.composite b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreSupplierNode.composite new file mode 100644 index 0000000000..df46bb8813 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/cloud/StoreSupplierNode.composite @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/domain.composite b/sca-java-1.x/tags/1.2/tutorial/domain/domain.composite new file mode 100644 index 0000000000..ff4dde969c --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/domain.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCatalogMediationNode.java b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCatalogMediationNode.java new file mode 100644 index 0000000000..442b1b6a05 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCatalogMediationNode.java @@ -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.launcher.NodeLauncher; + +public class LaunchCatalogMediationNode { + public static void main(String[] args) throws Exception { + NodeLauncher.main(new String[] {"http://localhost:9990/node-image/CatalogMediationNode"}); + } +} diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCatalogsNode.java b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCatalogsNode.java new file mode 100644 index 0000000000..8a23433012 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCatalogsNode.java @@ -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.launcher.NodeLauncher; + +public class LaunchCatalogsNode { + public static void main(String[] args) throws Exception { + NodeLauncher.main(new String[] {"http://localhost:9990/node-image/CatalogsNode"}); + } +} diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCurrencyNode.java b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCurrencyNode.java new file mode 100644 index 0000000000..fae521547d --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchCurrencyNode.java @@ -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.launcher.NodeLauncher; + +public class LaunchCurrencyNode { + public static void main(String[] args) throws Exception { + NodeLauncher.main(new String[] {"http://localhost:9990/node-image/CurrencyNode"}); + } +} diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreDBNode.java b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreDBNode.java new file mode 100644 index 0000000000..480088b46a --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreDBNode.java @@ -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.launcher.NodeLauncher; + +public class LaunchStoreDBNode { + public static void main(String[] args) throws Exception { + NodeLauncher.main(new String[] {"http://localhost:9990/node-image/StoreDBNode"}); + } +} diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreEUNode.java b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreEUNode.java new file mode 100644 index 0000000000..cdc7eb824b --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreEUNode.java @@ -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.launcher.NodeLauncher; + +public class LaunchStoreEUNode { + public static void main(String[] args) throws Exception { + NodeLauncher.main(new String[] {"http://localhost:9990/node-image/StoreEUNode"}); + } +} diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreMergerNode.java b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreMergerNode.java new file mode 100644 index 0000000000..26452b231b --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreMergerNode.java @@ -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.launcher.NodeLauncher; + +public class LaunchStoreMergerNode { + public static void main(String[] args) throws Exception { + NodeLauncher.main(new String[] {"http://localhost:9990/node-image/StoreMergerNode"}); + } +} diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreNode.java b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreNode.java new file mode 100644 index 0000000000..d15ee0e9d2 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreNode.java @@ -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.launcher.NodeLauncher; + +public class LaunchStoreNode { + public static void main(String[] args) throws Exception { + NodeLauncher.main(new String[] {"http://localhost:9990/node-image/StoreNode"}); + } +} diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreSupplierNode.java b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreSupplierNode.java new file mode 100644 index 0000000000..4210108aa5 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchStoreSupplierNode.java @@ -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.launcher.NodeLauncher; + +public class LaunchStoreSupplierNode { + public static void main(String[] args) throws Exception { + NodeLauncher.main(new String[] {"http://localhost:9990/node-image/StoreSupplierNode"}); + } +} diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchTutorialDomainManager.java b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchTutorialDomainManager.java new file mode 100644 index 0000000000..7408e99c63 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/launch/LaunchTutorialDomainManager.java @@ -0,0 +1,33 @@ +/* + * 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.2/tutorial/domain/pom.xml b/sca-java-1.x/tags/1.2/tutorial/domain/pom.xml new file mode 100644 index 0000000000..904a437d01 --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/pom.xml @@ -0,0 +1,164 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.2-incubating + ../pom.xml + + tutorial-domain + Apache Tuscany SCA Tutorial Domain + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-node2-launcher + 1.2-incubating + + + + org.apache.tuscany.sca + tuscany-workspace-admin + 1.2-incubating + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-node-runtime + 1.2-incubating + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.2-incubating + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-widget + 1.2-incubating + runtime + + + + org.apache.tuscany.sca + tuscany-binding-atom-abdera + 1.2-incubating + runtime + + + + org.apache.tuscany.sca + tuscany-binding-jsonrpc + 1.2-incubating + runtime + + + + org.apache.tuscany.sca + tuscany-binding-http + 1.2-incubating + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.2-incubating + runtime + + + + org.apache.tuscany.sca + tuscany-binding-sca-axis2 + 1.2-incubating + runtime + + + + org.apache.tuscany.sca + tuscany-binding-ejb + 1.2-incubating + runtime + + + + org.apache.tuscany.sca + tuscany-implementation-ejb-xml + 1.2-incubating + runtime + + + + org.apache.derby + derby + 10.1.2.1 + runtime + + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.2-incubating + + + + launch.LaunchTutorialAdmin + + + generate + + + + + + + + diff --git a/sca-java-1.x/tags/1.2/tutorial/domain/workspace.xml b/sca-java-1.x/tags/1.2/tutorial/domain/workspace.xml new file mode 100644 index 0000000000..e405dea03a --- /dev/null +++ b/sca-java-1.x/tags/1.2/tutorial/domain/workspace.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3