moved verifier and cetnralized log back to sandbox
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1037 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
0c415b3a47
commit
a04e60d1fe
|
@ -35,6 +35,7 @@ jetty-7.0.1-SNAPSHOT
|
|||
+ Refactored continuation test harnessess
|
||||
+ Fixed client abort asocciation
|
||||
+ CQ-3581 jetty OSGi contribution
|
||||
+ Moved centralized logging and verifier back to sandbox
|
||||
|
||||
jetty-7.0.0.v20091005 5 October 2009
|
||||
291340 Race condition in onException() notifications
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -132,9 +132,6 @@
|
|||
<module>jetty-jaspi</module>
|
||||
<module>jetty-servlet</module>
|
||||
<module>jetty-webapp</module>
|
||||
<module>jetty-webapp-verifier</module>
|
||||
<module>jetty-webapp-logging</module>
|
||||
<module>jetty-centralized-logging</module>
|
||||
<module>jetty-servlets</module>
|
||||
<module>jetty-deploy</module>
|
||||
<module>jetty-ajp</module>
|
||||
|
|
Loading…
Reference in New Issue