From 1120a59e86fbe04f22ce9113056fb4d43a826d3d Mon Sep 17 00:00:00 2001 From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04> Date: Mon, 23 Oct 2006 08:19:25 +0000 Subject: [PATCH] add chado jar git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4850 ee4ac58c-ac51-4696-9907-e4b3aa274f04 --- .classpath | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.classpath b/.classpath index eb11b6c1f..58fea85eb 100644 --- a/.classpath +++ b/.classpath @@ -14,5 +14,7 @@ <classpathentry kind="lib" path="lib/ibatis/ibatis-sqlmap-2.jar"/> <classpathentry kind="lib" path="lib/ibatis/ibatis-common-2.jar"/> <classpathentry kind="lib" path="lib/jobcontrol.jar"/> + <classpathentry kind="lib" path="lib/chado-14-interface.jar"/> + <classpathentry kind="lib" path="lib/ejb3-persistence.jar"/> <classpathentry kind="output" path="ant-build/classes/main"/> </classpath> -- GitLab