From c73f51d48cfaf5b64291b51755e213d758f1487e Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Mon, 4 Jan 2010 11:00:15 +0000
Subject: [PATCH] remove picard version number from jar name

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

diff --git a/.classpath b/.classpath
index 5496cb698..12fa0d986 100644
--- a/.classpath
+++ b/.classpath
@@ -15,7 +15,7 @@
 	<classpathentry kind="lib" path="lib/ibatis/log4j-1.2.14.jar"/>
 	<classpathentry kind="lib" path="test/lib/junit-4.5.jar"/>
 	<classpathentry kind="lib" path="lib/postgresql-8.4-701.jdbc3.jar"/>
-	<classpathentry kind="lib" path="lib/picard/picard-1.04.jar"/>
-	<classpathentry kind="lib" path="lib/picard/sam-1.04.jar"/>
+	<classpathentry kind="lib" path="lib/picard/picard.jar"/>
+	<classpathentry kind="lib" path="lib/picard/sam.jar"/>
 	<classpathentry kind="output" path="ant-build/classes/main"/>
 </classpath>
-- 
GitLab