Simplifying onos branding bundle

Change-Id: I97c2b4e95f1a5483ce49ddae5a0fd5c7f4ca3a14
diff --git a/tools/package/branding/pom.xml b/tools/package/branding/pom.xml
index 3e4e1e8..4aaee7f 100644
--- a/tools/package/branding/pom.xml
+++ b/tools/package/branding/pom.xml
@@ -33,18 +33,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-SymbolicName>manual</Bundle-SymbolicName>
-                        <Import-Package>*</Import-Package>
-                        <Private-Package>!*</Private-Package>
-                        <Export-Package>
-                            org.apache.karaf.branding
-                        </Export-Package>
-                        <Spring-Context>*;public-context:=false</Spring-Context>
-                    </instructions>
-                </configuration>
             </plugin>
         </plugins>
     </build>