For completeness, added symbolic names to framework and main.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@698223 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/pom.xml b/framework/pom.xml
index 0f58524..03ca038 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -49,6 +49,7 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
+            <Bundle-SymbolicName>org.apache.felix.framework</Bundle-SymbolicName>
             <Bundle-Name>Apache Felix Framework</Bundle-Name>
             <Bundle-Description>OSGi R4 framework implementation.</Bundle-Description>
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
diff --git a/main/pom.xml b/main/pom.xml
index 3aa54b9..862c9fe 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -100,6 +100,7 @@
           <instructions>
             <_donotcopy>(CVS|.svn|config.properties)</_donotcopy>
             <Main-Class>org.apache.felix.main.Main</Main-Class>
+            <Bundle-SymbolicName>org.apache.felix.main</Bundle-SymbolicName>
             <Bundle-Name>Apache Felix</Bundle-Name>
             <Bundle-Description>OSGi R4 framework.</Bundle-Description>
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>