From cde76b12d6813161d774a0c2bacf298b6ddd17cf Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Mon, 28 Jun 2010 15:55:38 +0000
Subject: [PATCH] fix for dnaplotter jar

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

diff --git a/Makefile b/Makefile
index bd3e8a9bd..44fe5f0e6 100644
--- a/Makefile
+++ b/Makefile
@@ -291,7 +291,7 @@ artemis.jar : $(CLASSES)
 	                     artemis_sqlmap org uk com net nsdb type seqdb LICENSE.Apache j2ssh.properties; \
         echo "Main-Class: uk.ac.sanger.artemis.circular.DNADraw" > manifest-circular; \
         jar cmf manifest-circular DNAPlotter.jar images/PSUlogo.gif README etc \
-                             uk org/gmod org/apache org/biojava/bio/ LICENSE.Apache j2ssh.properties; \
+                             uk org/gmod org/apache org/biojava/bio/ com/ibatis/common/jdbc/ LICENSE.Apache j2ssh.properties; \
 	echo "Main-Class: uk.ac.sanger.artemis.components.alignment.BamView" > manifest-bamview; \
 	jar cmf manifest-bamview BamView.jar etc uk org net/sf com/ibatis; \
 	echo "Main-Class: uk.ac.sanger.artemis.components.ActMain" > manifest-act; \
-- 
GitLab