summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/modules/node2-api
diff options
context:
space:
mode:
authorrsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68>2008-07-01 19:26:23 +0000
committerrsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68>2008-07-01 19:26:23 +0000
commit4319151b25d2f451bce72eaac4aa28784cd98918 (patch)
treec1eb8afe549302502e42912a31287c6ebc45a36f /branches/sca-java-1.3/modules/node2-api
parent67d015b7be87ca54898bf308dfb03e0b1812149b (diff)
Fixes for Tuscany running in an OSGi runtime
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673187 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/modules/node2-api')
-rw-r--r--branches/sca-java-1.3/modules/node2-api/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/branches/sca-java-1.3/modules/node2-api/pom.xml b/branches/sca-java-1.3/modules/node2-api/pom.xml
index 55b8e36982..8b48a6e581 100644
--- a/branches/sca-java-1.3/modules/node2-api/pom.xml
+++ b/branches/sca-java-1.3/modules/node2-api/pom.xml
@@ -50,7 +50,8 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.node2.api</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.node*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.node*</Export-Package>
+ <DynamicImport-Package>org.apache.tuscany.sca.node.impl</DynamicImport-Package>
</instructions>
</configuration>
</plugin>