Brian O'Connor

Simplifying onos branding bundle

Change-Id: I97c2b4e95f1a5483ce49ddae5a0fd5c7f4ca3a14
...@@ -33,18 +33,6 @@ ...@@ -33,18 +33,6 @@
33 <plugin> 33 <plugin>
34 <groupId>org.apache.felix</groupId> 34 <groupId>org.apache.felix</groupId>
35 <artifactId>maven-bundle-plugin</artifactId> 35 <artifactId>maven-bundle-plugin</artifactId>
36 - <extensions>true</extensions>
37 - <configuration>
38 - <instructions>
39 - <Bundle-SymbolicName>manual</Bundle-SymbolicName>
40 - <Import-Package>*</Import-Package>
41 - <Private-Package>!*</Private-Package>
42 - <Export-Package>
43 - org.apache.karaf.branding
44 - </Export-Package>
45 - <Spring-Context>*;public-context:=false</Spring-Context>
46 - </instructions>
47 - </configuration>
48 </plugin> 36 </plugin>
49 </plugins> 37 </plugins>
50 </build> 38 </build>
......