npn bundle name matches exported package

This commit is contained in:
Hugues Malphettes 2012-09-25 09:59:32 +08:00
parent f8c442da84
commit b593c47316
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,9 @@
<name>Jetty :: Next Protocol Negotiation :: API</name>
<properties>
<bundle-symbolic-name>${project.groupId}.npn.api</bundle-symbolic-name>
<!-- for now we do make it an OSGi bundle...
but it needs to be in the bootstrap classes at runtime. -->
<bundle-symbolic-name>org.eclipse.jetty.npn</bundle-symbolic-name>
</properties>
<scm>
@ -37,6 +39,7 @@
<instructions>
<Export-Package>org.eclipse.jetty.npn.*;version="9.0"</Export-Package>
<Import-Package>*</Import-Package>
<Bundle-Description>Next Protocol Negotiation API. must be in the bootstrap packages at runtime.</Bundle-Description>
</instructions>
</configuration>
</execution>