bug 339187 mark javax.annotation as optional in the OSGi manifest of jetty-all-server

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2876 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2011-03-08 09:56:42 +00:00
parent 5ae7e22bef
commit a1c3006519
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
jetty-7.3.2-SNAPSHOT
+ 338819 Externally control Deployment Manager application lifecycle
+ Ensure generated fragment names are unique
+ 339187 In the OSGi manifest of the jetty-all-server aggregate, mark javax.annotation as optional
jetty-7.3.1.v20110307 7 March 2011
+ 316382 Support a more strict SSL option with certificates

View File

@ -76,6 +76,7 @@
<Import-Package>
!org.eclipse.jetty*,
com.sun.org.apache.commons.logging;version="[2.1,3)";split="glassfish";resolution:=optional,
javax.annotation;version="1.0.0";resolution:=optional,
javax.servlet;version="2.5.0",
javax.servlet.http;version="2.5.0",
javax.mail;version="1.4.0";resolution:=optional,