See Again on the UPnP and Event Admin service on the list and (FELIX-68)
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@416101 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.eventadmin.bridge.upnp/pom.xml b/org.apache.felix.eventadmin.bridge.upnp/pom.xml
index dfe7143..4c0f4d2 100644
--- a/org.apache.felix.eventadmin.bridge.upnp/pom.xml
+++ b/org.apache.felix.eventadmin.bridge.upnp/pom.xml
@@ -36,14 +36,11 @@
<bundleDescription>
This bundle provides a bridge between UPnP and EventAdmin events.
</bundleDescription>
- <bundleActivator>
- org.apache.felix.eventadmin.bridge.upnp.Activator
- </bundleActivator>
- <importPackage>
- org.osgi.framework, org.osgi.service.event; version=1.0.1, org.osgi.service.upnp; version=1.1
- </importPackage>
+ <bundleActivator>auto-detect</bundleActivator>
+ <bundleSymbolicName>${pom.artifactId}</bundleSymbolicName>
<importService>
- org.osgi.service.event.EventAdmin
+ org.osgi.service.event.EventAdmin,
+ org.osgi.service.event.EventHandler
</importService>
<exportService>
org.osgi.service.upnp.UPnPEventListener