From 51891a1e75423ca0a41b2355f0fc9029c1bce1d6 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 6 Sep 2012 13:59:50 +0000 Subject: [PATCH] add jetty-webapp.jar to make TestNG happy SVN: 26530 --- openbis/.classpath | 1 + 1 file changed, 1 insertion(+) diff --git a/openbis/.classpath b/openbis/.classpath index 8bcac29933a..704866c1ac9 100644 --- a/openbis/.classpath +++ b/openbis/.classpath @@ -80,5 +80,6 @@ <classpathentry kind="lib" path="/libraries/poi/poi-ooxml.jar"/> <classpathentry kind="lib" path="/libraries/poi/poi.jar"/> <classpathentry kind="lib" path="/libraries/jetty7/lib/server/jetty-deploy.jar"/> + <classpathentry kind="lib" path="/libraries/jetty7/lib/server/jetty-webapp.jar"/> <classpathentry kind="output" path="targets/www/WEB-INF/classes"/> </classpath> -- GitLab