Author: jsdelfino
Date: Mon Mar  3 20:20:05 2008
New Revision: 633361

URL: http://svn.apache.org/viewvc?rev=633361&view=rev
Log:
Fixed imports and exports.

Added:
    incubator/tuscany/java/sca/tutorial/store-eu/META-INF/
      - copied from r633355, 
incubator/tuscany/java/sca/tutorial/store-supplier/META-INF/
Modified:
    incubator/tuscany/java/sca/tutorial/assets/META-INF/sca-contribution.xml
    incubator/tuscany/java/sca/tutorial/cloud/META-INF/sca-contribution.xml
    incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml
    incubator/tuscany/java/sca/tutorial/store-db/META-INF/sca-contribution.xml
    incubator/tuscany/java/sca/tutorial/store-eu/META-INF/sca-contribution.xml
    
incubator/tuscany/java/sca/tutorial/store-merger/META-INF/sca-contribution.xml
    
incubator/tuscany/java/sca/tutorial/store-supplier/META-INF/sca-contribution.xml
    incubator/tuscany/java/sca/tutorial/store/META-INF/sca-contribution.xml

Modified: 
incubator/tuscany/java/sca/tutorial/assets/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/assets/META-INF/sca-contribution.xml?rev=633361&r1=633360&r2=633361&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/assets/META-INF/sca-contribution.xml 
(original)
+++ incubator/tuscany/java/sca/tutorial/assets/META-INF/sca-contribution.xml 
Mon Mar  3 20:20:05 2008
@@ -17,8 +17,7 @@
     * specific language governing permissions and limitations
     * under the License.    
 -->
-<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0";
-    targetNamespace="http://assets";>
+<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0";>
    <export.java package="services"/>
    <export.java package="services.merger"/>
    <export.java package="services.db"/>

Modified: 
incubator/tuscany/java/sca/tutorial/cloud/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/cloud/META-INF/sca-contribution.xml?rev=633361&r1=633360&r2=633361&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/cloud/META-INF/sca-contribution.xml 
(original)
+++ incubator/tuscany/java/sca/tutorial/cloud/META-INF/sca-contribution.xml Mon 
Mar  3 20:20:05 2008
@@ -18,9 +18,9 @@
     * under the License.    
 -->
 <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0";
-                 targetNamespace="http://cloud";
-              xmlns:c="http://cloud";>
+   xmlns:c="http://cloud";>
+   <export namespace="http://cloud"/>
+   <import.java package="services"/>
    <deployable composite="c:catalogs"/>
    <deployable composite="c:currency"/>
-   <import.java package="services"/>
 </contribution>

Modified: 
incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml?rev=633361&r1=633360&r2=633361&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml 
(original)
+++ incubator/tuscany/java/sca/tutorial/nodes/META-INF/sca-contribution.xml Mon 
Mar  3 20:20:05 2008
@@ -18,8 +18,8 @@
     * under the License.    
 -->
 <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0";
-                 targetNamespace="http://cloud";
-              xmlns:n="http://nodes";>
+   xmlns:n="http://nodes";>
+   <import namespace="http://cloud"/>
    <import namespace="http://store"/>
    <deployable composite="n:nodes"/>
 </contribution>

Modified: 
incubator/tuscany/java/sca/tutorial/store-db/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-db/META-INF/sca-contribution.xml?rev=633361&r1=633360&r2=633361&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-db/META-INF/sca-contribution.xml 
(original)
+++ incubator/tuscany/java/sca/tutorial/store-db/META-INF/sca-contribution.xml 
Mon Mar  3 20:20:05 2008
@@ -18,10 +18,10 @@
     * under the License.    
 -->
 <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0";
-                 targetNamespace="http://store";
-              xmlns:s="http://store";>
-   <deployable composite="s:store-db"/>
+   xmlns:s="http://store";>
+   <export namespace="http://store"/>
    <import.java package="services"/>
    <import.java package="services.merger"/>
    <import.java package="services.db"/>
+   <deployable composite="s:store-db"/>
 </contribution>

Modified: 
incubator/tuscany/java/sca/tutorial/store-eu/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-eu/META-INF/sca-contribution.xml?rev=633361&r1=633355&r2=633361&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store-eu/META-INF/sca-contribution.xml 
(original)
+++ incubator/tuscany/java/sca/tutorial/store-eu/META-INF/sca-contribution.xml 
Mon Mar  3 20:20:05 2008
@@ -18,10 +18,10 @@
     * under the License.    
 -->
 <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0";
-                 targetNamespace="http://store";
-              xmlns:s="http://store";>
-   <deployable composite="s:store-db"/>
+   xmlns:s="http://store";>
+   <export namespace="http://store"/>
    <import.java package="services"/>
    <import.java package="services.merger"/>
    <import.java package="services.db"/>
+   <deployable composite="s:store-eu"/>
 </contribution>

Modified: 
incubator/tuscany/java/sca/tutorial/store-merger/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-merger/META-INF/sca-contribution.xml?rev=633361&r1=633360&r2=633361&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/tutorial/store-merger/META-INF/sca-contribution.xml 
(original)
+++ 
incubator/tuscany/java/sca/tutorial/store-merger/META-INF/sca-contribution.xml 
Mon Mar  3 20:20:05 2008
@@ -1,26 +1,26 @@
 <?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.    
+       * 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.    
 -->
 <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0";
-                 targetNamespace="http://store";
-              xmlns:s="http://store";>
-   <deployable composite="s:store-merger"/>
-   <import.java package="services"/>
-   <import.java package="services.merger"/>
+       xmlns:s="http://store";>
+   <export namespace="http://store"/>
+       <import.java package="services" />
+       <import.java package="services.merger" />
+   <deployable composite="s:store-merger" />
 </contribution>

Modified: 
incubator/tuscany/java/sca/tutorial/store-supplier/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store-supplier/META-INF/sca-contribution.xml?rev=633361&r1=633360&r2=633361&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/tutorial/store-supplier/META-INF/sca-contribution.xml
 (original)
+++ 
incubator/tuscany/java/sca/tutorial/store-supplier/META-INF/sca-contribution.xml
 Mon Mar  3 20:20:05 2008
@@ -18,10 +18,10 @@
     * under the License.    
 -->
 <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0";
-                 targetNamespace="http://store";
-              xmlns:s="http://store";>
-   <deployable composite="s:store-db"/>
+   xmlns:s="http://store";>
+   <export namespace="http://store"/>
    <import.java package="services"/>
    <import.java package="services.merger"/>
    <import.java package="services.db"/>
+   <deployable composite="s:store-supplier"/>
 </contribution>

Modified: 
incubator/tuscany/java/sca/tutorial/store/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/store/META-INF/sca-contribution.xml?rev=633361&r1=633360&r2=633361&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/store/META-INF/sca-contribution.xml 
(original)
+++ incubator/tuscany/java/sca/tutorial/store/META-INF/sca-contribution.xml Mon 
Mar  3 20:20:05 2008
@@ -18,8 +18,8 @@
     * under the License.    
 -->
 <contribution xmlns="http://www.osoa.org/xmlns/sca/1.0";
-                 targetNamespace="http://store";
-              xmlns:s="http://store";>
-   <deployable composite="s:store"/>
+   xmlns:s="http://store";>
+   <export namespace="http://store"/>
    <import.java package="services"/>
+   <deployable composite="s:store"/>
 </contribution>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to