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 2006/02/20 09:15:26 UTC

svn commit: r379052 [16/16] - in /incubator/tuscany/sandbox/sebastien/java: ./ sca/ sca/model/ sca/model/.settings/ sca/model/src/ sca/model/src/main/ sca/model/src/main/java/ sca/model/src/main/java/org/ sca/model/src/main/java/org/apache/ sca/model/s...

Added: incubator/tuscany/sandbox/sebastien/java/sca/model/src/test/resources/org/apache/tuscany/model/assembly/tests/sca.subsystem
URL: http://svn.apache.org/viewcvs/incubator/tuscany/sandbox/sebastien/java/sca/model/src/test/resources/org/apache/tuscany/model/assembly/tests/sca.subsystem?rev=379052&view=auto
==============================================================================
--- incubator/tuscany/sandbox/sebastien/java/sca/model/src/test/resources/org/apache/tuscany/model/assembly/tests/sca.subsystem (added)
+++ incubator/tuscany/sandbox/sebastien/java/sca/model/src/test/resources/org/apache/tuscany/model/assembly/tests/sca.subsystem Mon Feb 20 00:15:10 2006
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="ASCII"?>
+<!--
+  Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+  Licensed 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.
+ -->
+<subsystem	xmlns="http://www.osoa.org/xmlns/sca/0.9"
+
+	name="tuscany.runtime.bigbank.account">
+
+	<moduleComponent name="AccountModuleComponent" module="tuscany.runtime.bigbank.account"/>
+
+</subsystem>
+