289285 org.eclipse.jetty.continuation 7.0.0.RC5 imports the org.mortbay.util.ajax package
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@908 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
96c4c1ee7f
commit
d30d9eb5a2
|
@ -32,6 +32,7 @@ jetty-7.0.0.RC6-SNAPSHOT
|
|||
+ 289156 jetty-client: no longer throw runtime exception for bad authn details
|
||||
+ 288182 PUT request fails during retry
|
||||
+ 289221 HttpExchange does not timeout when using blocking connector
|
||||
+ 289285 org.eclipse.jetty.continuation 7.0.0.RC5 imports the org.mortbay.util.ajax package
|
||||
|
||||
jetty-6.1.20 27 August 2009
|
||||
+ JETTY-838 Don't log and throw
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Import-Package>javax.servlet.*;version="[2.5,3.1)",*</Import-Package>
|
||||
<Import-Package>javax.servlet.*;version="[2.5,3.1)",org.mortbay.util.ajax.*;version="[6.1,7)";resolution:=optional,*</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Reference in New Issue