Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Brian O'Connor
2016-04-04 14:01:12 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0311a4b187bb1e1f12eed76a2615155adcab7bcc
0311a4b1
1 parent
7ceb7b02
Simplifying onos branding bundle
Change-Id: I97c2b4e95f1a5483ce49ddae5a0fd5c7f4ca3a14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
tools/package/branding/pom.xml
tools/package/branding/pom.xml
View file @
0311a4b
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment