missed one column when making jetty nested an optional dependency of jetty osgi boot

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3058 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2011-05-03 00:46:56 +00:00
parent 3ccb505840
commit c8f531f699
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@
org.slf4j.helpers;resolution:=optional,
org.xml.sax,
org.xml.sax.helpers,
org.eclipse.jetty.nested;resolution:=optional
org.eclipse.jetty.nested;resolution:=optional,
*
</Import-Package>
<DynamicImport-Package>org.eclipse.jetty.*;version="[7.3,8)"</DynamicImport-Package>