Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Make bundle-plugin import declarations optional
Browse files Browse the repository at this point in the history
  • Loading branch information
thrau committed Nov 15, 2014
1 parent c1aa905 commit fe93fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
<Bundle-Name>${bundle.name}</Bundle-Name>
<Bundle-Version>${project.version}</Bundle-Version>
<Import-Package>*</Import-Package>
<Import-Package>*;resolution:=optional</Import-Package>
<Export-Package>${bundle.namespace}.*;version="${project.version}"</Export-Package>
</instructions>
</configuration>
Expand Down

0 comments on commit fe93fdd

Please sign in to comment.