From 875f69624fa12d06a8761404c2d9eb1b52b55202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ckpepper=E2=80=9D?= <kp11@sanger.ac.uk> Date: Tue, 16 Oct 2018 15:18:42 +0100 Subject: [PATCH] Fixed Eclipse classpath - removed non-maven repo jars --- .classpath | 2 -- 1 file changed, 2 deletions(-) diff --git a/.classpath b/.classpath index 63f429de8..cb5e8f166 100644 --- a/.classpath +++ b/.classpath @@ -30,8 +30,6 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="lib" path="lib/jemAlign.jar"/> - <classpathentry kind="lib" path="lib/biojava.jar"/> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> -- GitLab