From 052ad5c8807e6b81d85bc25464e0873cf73600b9 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 27 May 2009 11:38:16 +0000 Subject: [PATCH] make yeastx project dependant on cisd-base-test.jar library instead of the whole base project SVN: 11163 --- rtd_yeastx/.classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtd_yeastx/.classpath b/rtd_yeastx/.classpath index 6dbd788ebaf..86c092fe801 100644 --- a/rtd_yeastx/.classpath +++ b/rtd_yeastx/.classpath @@ -14,8 +14,8 @@ <classpathentry combineaccessrules="false" kind="src" path="/common"/> <classpathentry combineaccessrules="false" kind="src" path="/dbmigration"/> <classpathentry kind="lib" path="/libraries/testng/testng-jdk15.jar" sourcepath="/libraries/testng/src.zip"/> - <classpathentry combineaccessrules="false" kind="src" path="/base"/> <classpathentry kind="lib" path="/libraries/log4j/log4j.jar" sourcepath="/libraries/log4j/src.zip"/> <classpathentry kind="lib" path="/libraries/spring/spring-beans.jar"/> + <classpathentry kind="lib" path="/libraries/cisd-base/cisd-base-test.jar" sourcepath="/libraries/cisd-base/cisd-base-src.zip"/> <classpathentry kind="output" path="targets/classes"/> </classpath> -- GitLab