From 22e23a69bf596af562ce780f8d6f4b31de9358db Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Tue, 10 May 2011 14:38:55 +0000 Subject: [PATCH] LMS-2190 add forgotten classpath change SVN: 21213 --- screening/.classpath | 1 + 1 file changed, 1 insertion(+) diff --git a/screening/.classpath b/screening/.classpath index 4404042bc10..2e34d087c1c 100644 --- a/screening/.classpath +++ b/screening/.classpath @@ -51,5 +51,6 @@ <classpathentry kind="lib" path="/libraries/cisd-image_readers/cisd-image_readers.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="/libraries/izpack/standalone-compiler.jar"/> + <classpathentry kind="lib" path="/libraries/commons-collections/commons-collections.jar" sourcepath="/libraries/commons-collections/src.jar"/> <classpathentry kind="output" path="targets/www/WEB-INF/classes"/> </classpath> -- GitLab