You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/08/10 21:50:31 UTC

svn commit: r430503 - in /incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF: ./ sca/ sca/default.scdl sca/rmi_extension.scdl

Author: antelder
Date: Thu Aug 10 12:50:30 2006
New Revision: 430503

URL: http://svn.apache.org/viewvc?rev=430503&view=rev
Log:
TUSCANY-611, add the extension scdl left out of previous commit

Added:
    incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/
    incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/
    incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/default.scdl
    incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/rmi_extension.scdl

Added: incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/default.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/default.scdl?rev=430503&view=auto
==============================================================================
--- incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/default.scdl (added)
+++ incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/default.scdl Thu Aug 10 12:50:30 2006
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *  Copyright (c) 2006 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.
+ -->
+<!--
+    Default system configuration for the launcher environment.
+    
+    $Rev: 423526 $ $Date: 2006-07-19 22:31:58 +0530 (Wed, 19 Jul 2006) $
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+           xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
+           name="org.apache.tuscany.binding.rmi">
+
+    <component name="binding.rmi.bindingLoader">
+        <system:implementation.system class="org.apache.tuscany.binding.rmi.RMIBindingLoader"/>
+    </component>
+    
+    <component name="binding.rmi.bindingBuilder">
+        <system:implementation.system class="org.apache.tuscany.binding.rmi.RMIBindingBuilder"/>
+    </component>
+    
+    <component name="binding.rmi.bindingInvoker">
+        <system:implementation.system class="org.apache.tuscany.binding.rmi.RMIInvoker"/>
+    </component>
+</composite>

Added: incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/rmi_extension.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/rmi_extension.scdl?rev=430503&view=auto
==============================================================================
--- incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/rmi_extension.scdl (added)
+++ incubator/tuscany/java/sca/bindings/binding.rmi/src/main/resources/META-INF/sca/rmi_extension.scdl Thu Aug 10 12:50:30 2006
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *  Copyright (c) 2006 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.
+ -->
+<!--
+    Default system configuration for the launcher environment.
+    
+    $Rev: 423526 $ $Date: 2006-07-19 22:31:58 +0530 (Wed, 19 Jul 2006) $
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+           xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
+           name="org.apache.tuscany.binding.rmi">
+
+    <component name="binding.rmi.bindingLoader">
+        <system:implementation.system class="org.apache.tuscany.binding.rmi.RMIBindingLoader"/>
+    </component>
+    
+    <component name="binding.rmi.bindingBuilder">
+        <system:implementation.system class="org.apache.tuscany.binding.rmi.RMIBindingBuilder"/>
+    </component>
+    
+    <component name="binding.rmi.bindingInvoker">
+        <system:implementation.system class="org.apache.tuscany.binding.rmi.RMIInvoker"/>
+    </component>
+</composite>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org