summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/extensibility-osgi/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-31 23:22:25 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-31 23:22:25 +0000
commit39b5ec6205e35d308d5fdeeac553c21750094ae7 (patch)
tree64d9d113982a4c5fe977eaa66b370a6ddcb11a9a /java/sca/modules/extensibility-osgi/pom.xml
parenta614a79faf1102a72adfae2f90e5af214dc34e2a (diff)
Add an OSgi bundle activator to set the OSGiServiceDiscoverer to ServiceDiscovery
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681546 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/extensibility-osgi/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/modules/extensibility-osgi/pom.xml b/java/sca/modules/extensibility-osgi/pom.xml
index b4b00c3f58..3eab33771d 100644
--- a/java/sca/modules/extensibility-osgi/pom.xml
+++ b/java/sca/modules/extensibility-osgi/pom.xml
@@ -55,6 +55,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.extensibility.osgi</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
+ <Bundle-Activator>org.apache.tuscany.sca.extensibility.osgi.OSGiServiceDiscoveryActivator</Bundle-Activator>
<!-- This bundle will be the gateway to all exported packages -->
<DynamicImport-Package>*</DynamicImport-Package>
</instructions>