You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/02/16 08:49:39 UTC

svn commit: r508337 - in /incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources: META-INF/tuscany/system.composite org/apache/tuscany/core/deployment.scdl

Author: rfeng
Date: Thu Feb 15 23:49:38 2007
New Revision: 508337

URL: http://svn.apache.org/viewvc?view=rev&rev=508337
Log:
Spin off the deployment.scdl

Added:
    incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources/org/apache/tuscany/core/deployment.scdl
Modified:
    incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources/META-INF/tuscany/system.composite

Modified: incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources/META-INF/tuscany/system.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources/META-INF/tuscany/system.composite?view=diff&rev=508337&r1=508336&r2=508337
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources/META-INF/tuscany/system.composite (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources/META-INF/tuscany/system.composite Thu Feb 15 23:49:38 2007
@@ -148,6 +148,9 @@
     <!-- Logging formatters -->
     <include name="org.apache.tuscany.launcher.Formatters" scdlResource="org/apache/tuscany/core/formatters.scdl" />
 
+    <!-- Deployment -->
+    <include name="org.apache.tuscany.launcher.Deployment" scdlResource="org/apache/tuscany/core/deployment.scdl" />
+
     <!-- the local binding -->
     <component name="localBindingLoader">
         <system:implementation.system class="org.apache.tuscany.core.binding.local.LocalBindingLoader" />
@@ -155,25 +158,6 @@
 
     <component name="localBindingBuilder">
         <system:implementation.system class="org.apache.tuscany.core.binding.local.LocalBindingBuilder" />
-    </component>
-
-    <!-- Contribution Service -->
-    <component name="contributionService">
-        <system:implementation.system class="org.apache.tuscany.core.services.deployment.ContributionServiceImpl" />
-    </component>
-    <component name="contributionRepository" initLevel="40">
-        <system:implementation.system class="org.apache.tuscany.core.services.deployment.ContributionRepositoryImpl" />
-        <property name="repository">target/repository</property>
-    </component>
-
-    <component name="contributionProcessorRepository" initLevel="35">
-        <system:implementation.system class="org.apache.tuscany.core.services.deployment.ContributionProcessorRegistryImpl" />
-    </component>
-    <component name="contentTypeDescriber" initLevel="30">
-        <system:implementation.system class="org.apache.tuscany.core.services.deployment.ContentTypeDescriberImpl" />
-    </component>
-    <component name="jarContributionProcessor">
-        <system:implementation.system class="org.apache.tuscany.core.services.deployment.contribution.JarContributionProcessor" />
     </component>
 
 </composite>

Added: incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources/org/apache/tuscany/core/deployment.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources/org/apache/tuscany/core/deployment.scdl?view=auto&rev=508337
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources/org/apache/tuscany/core/deployment.scdl (added)
+++ incubator/tuscany/branches/sca-java-integration/sca/kernel/core/src/main/resources/org/apache/tuscany/core/deployment.scdl Thu Feb 15 23:49:38 2007
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * 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.    
+-->
+<!--
+    Deployment-related system components
+    
+    $Rev$ $Date$
+-->
+<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.core.Deployment">
+
+    <!-- Contribution Service -->
+    <component name="contributionService">
+        <system:implementation.system class="org.apache.tuscany.core.services.deployment.ContributionServiceImpl" />
+    </component>
+    <component name="contributionRepository" initLevel="40">
+        <system:implementation.system class="org.apache.tuscany.core.services.deployment.ContributionRepositoryImpl" />
+        <property name="repository">target/repository</property>
+    </component>
+
+    <component name="contributionProcessorRepository" initLevel="35">
+        <system:implementation.system class="org.apache.tuscany.core.services.deployment.ContributionProcessorRegistryImpl" />
+    </component>
+    <component name="contentTypeDescriber" initLevel="30">
+        <system:implementation.system class="org.apache.tuscany.core.services.deployment.ContentTypeDescriberImpl" />
+    </component>
+    <component name="jarContributionProcessor">
+        <system:implementation.system class="org.apache.tuscany.core.services.deployment.contribution.JarContributionProcessor" />
+    </component>
+
+</composite>



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