fix typo
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
313654b8e9
commit
5d761ec7d2
|
@ -60,7 +60,7 @@ def getFullBuild(jdk, os, mainJdk) {
|
|||
",**/org/eclipse/jetty/demo/**" +
|
||||
// special environments / late integrations
|
||||
",**/org/eclipse/jetty/gcloud/**" + ",**/org/eclipse/jetty/infinispan/**" +
|
||||
",**/org/eclipse/jetty/osgi/**" + ",**/org/eclipse/jetty/spring/**" +SPIServerTest
|
||||
",**/org/eclipse/jetty/osgi/**" + ",**/org/eclipse/jetty/spring/**" +
|
||||
",**/org/eclipse/jetty/http/spi/**" +
|
||||
// test classes
|
||||
",**/org/eclipse/jetty/tests/**" + ",**/org/eclipse/jetty/test/**";
|
||||
|
|
Loading…
Reference in New Issue