summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/extensibility-osgi/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-18 20:47:22 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-18 20:47:22 +0000
commit7732de64e26dfd33d4be24a7371e73db554159ca (patch)
tree7f9197959eaef3ae7b65b565b286bfcc31689bd4 /java/sca/modules/extensibility-osgi/pom.xml
parent241929eeff0352dcb6363662e2ed08dc25e395c5 (diff)
Start to add an OSGi-based runtime for implementation.node. It installs tuscany and 3rd party jars as OSGi bundles and create SCA node to run composite applications.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/extensibility-osgi/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/java/sca/modules/extensibility-osgi/pom.xml b/java/sca/modules/extensibility-osgi/pom.xml
index 1690e9504e..b4b00c3f58 100644
--- a/java/sca/modules/extensibility-osgi/pom.xml
+++ b/java/sca/modules/extensibility-osgi/pom.xml
@@ -52,12 +52,11 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
- <Bundle-Version>${tuscany.version}
- </Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.extensibility.osgi
- </Bundle-SymbolicName>
+ <Bundle-Version>${tuscany.version}</Bundle-Version>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.extensibility.osgi</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.extensibility.osgi*</Export-Package>
+ <!-- This bundle will be the gateway to all exported packages -->
+ <DynamicImport-Package>*</DynamicImport-Package>
</instructions>
</configuration>
</plugin>