From 26e2d3bb7034531df7ead092f87cc9b6998d90be Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Sun, 13 Nov 2005 18:46:01 +0000
Subject: [PATCH] exclude ExternalProgramUtil.java from classpath

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3817 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 .classpath | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.classpath b/.classpath
index cfd27cd2b..ae369af8c 100644
--- a/.classpath
+++ b/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="corba"/>
-	<classpathentry including="nsdb/|seqdb/|type/|uk/" kind="src" path=""/>
+	<classpathentry including="nsdb/|seqdb/|type/|uk/" excluding="uk/ac/sanger/artemis/ExternalProgramUtils.java" kind="src" path=""/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="lib/postgresql-8.0-310.jdbc2ee.jar"/>
 	<classpathentry kind="lib" path="lib/macos.jar"/>
-- 
GitLab