summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-04-27 09:33:58 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-04-27 09:33:58 +0000
commit00cba79dc0fcd05f63490428a8b8ab8e91025a58 (patch)
tree9110a4ce1265b678494694e2ecbd534ea6ab3062 /sca-java-2.x/trunk/testing/itest/nodes/helloworld-service
parentd53ad4d8ba58749dc588781093a9e23ff66f2e6c (diff)
Add appropriate exports/imports for sharing of interface between contributions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1097053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/nodes/helloworld-service')
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
index 829ece9f7c..b02141ef26 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/src/main/resources/META-INF/sca-contribution.xml
@@ -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