Author: slaws
Date: Wed Apr 27 09:33:58 2011
New Revision: 1097053

URL: http://svn.apache.org/viewvc?rev=1097053&view=rev
Log:
Add appropriate exports/imports for sharing of interface between contributions

Added:
    
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/src/main/resources/
    
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/src/main/resources/META-INF/
    
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/src/main/resources/META-INF/sca-contribution.xml
Modified:
    
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
    
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml

Modified: 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml?rev=1097053&r1=1097052&r2=1097053&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/src/main/resources/META-INF/sca-contribution.xml
 Wed Apr 27 09:33:58 2011
@@ -20,4 +20,5 @@
 <contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912";
               xmlns:itest="http://itest";>
    <deployable composite="itest:HelloworldClient"/>
+   <import.java package="itest.nodes"/>
 </contribution>
\ No newline at end of file

Added: 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/src/main/resources/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/src/main/resources/META-INF/sca-contribution.xml?rev=1097053&view=auto
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/src/main/resources/META-INF/sca-contribution.xml
 (added)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/src/main/resources/META-INF/sca-contribution.xml
 Wed Apr 27 09:33:58 2011
@@ -0,0 +1,23 @@
+<?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.    
+-->
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912";
+              xmlns:itest="http://itest";>
+   <export.java package="itest.nodes"/>
+</contribution>

Modified: 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml?rev=1097053&r1=1097052&r2=1097053&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
 Wed Apr 27 09:33:58 2011
@@ -19,5 +19,6 @@
 -->
 <contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912";
               xmlns:itest="http://itest";>
-   <deployable composite="itest:HelloworldService"/>
+    <deployable composite="itest:HelloworldService"/>
+    <import.java package="itest.nodes"/>
 </contribution>
\ No newline at end of file


Reply via email to