Export the org.eclipse.jetty.osgi.nested package in case it is to be extended by someone

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3050 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2011-04-30 22:42:04 +00:00
parent f8cb795a4f
commit a8e35c0c4b
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
<configuration>
<instructions>
<Bundle-SymbolicName>org.eclipse.jetty.osgi.boot;singleton:=true</Bundle-SymbolicName>
<Export-Package>org.eclipse.jetty.osgi.boot,org.eclipse.jetty.osgi.boot.utils</Export-Package>
<Export-Package>org.eclipse.jetty.osgi.boot,org.eclipse.jetty.osgi.boot.utils,org.eclipse.jetty.osgi.nested</Export-Package>
<Bundle-Activator>org.eclipse.jetty.osgi.boot.JettyBootstrapActivator</Bundle-Activator>
<!-- disable the uses directive: jetty will accomodate pretty much any versions
of the packages it uses; no need to reflect some tight dependency determined at