334229 import javax.security.cert explicitly as BND does not find that it needs to
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2657 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
12df3737f6
commit
306947b142
|
@ -23,6 +23,8 @@ jetty-7.3.0-SNAPSHOT
|
|||
+ 333875 Monitor public constructor
|
||||
+ 333892 Improved JVM bug detection
|
||||
+ 333679 refactor jetty-jmx to support the OSGi PAX tests.
|
||||
+ 334062 It should be possible to embed in the jetty.home.bundle the ssl keystore files
|
||||
+ 334229 javax-security needs to import the package javax.security.cert in its OSGi manifest
|
||||
|
||||
jetty-7.2.2.v20101205 5 December 2010
|
||||
+ JETTY-1308 327109 (re)fixed AJP handling of empty packets
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Import-Package>javax.servlet.*;version="[2.5,3.0)",*</Import-Package>
|
||||
<Import-Package>javax.servlet.*;version="[2.5,3.0)",javax.security.cert,*</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
|
||||
|
|
Loading…
Reference in New Issue