Added a symbolic name to the eventadmin pom.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@433764 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/eventadmin/pom.xml b/eventadmin/pom.xml
index eb658a5..c63c9bc 100644
--- a/eventadmin/pom.xml
+++ b/eventadmin/pom.xml
@@ -36,6 +36,7 @@
             <bundleDescription>
               This bundle provides an implementation of the OSGi R4 EventAdmin service.
             </bundleDescription>
+            <bundleSymbolicName>${pom.artifactId}</bundleSymbolicName>
             <bundleActivator>
               org.apache.felix.eventadmin.impl.Activator
             </bundleActivator>
@@ -56,4 +57,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>