Added bundle symbolic name.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@468406 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/log/pom.xml b/log/pom.xml
index 0283c9e..f858a68 100644
--- a/log/pom.xml
+++ b/log/pom.xml
@@ -32,6 +32,7 @@
         <configuration>
           <osgiManifest>
             <bundleName>LogService</bundleName>
+            <bundleSymbolicName>${pom.artifacfId}</bundleSymbolicName>
             <bundleVendor>Apache Software Foundation</bundleVendor>
             <bundleDescription>
               This bundle provides an implementation of the OSGi R4 Log service.