From 6cd49b4299af255bb7d70542d20eac7c9b55583c Mon Sep 17 00:00:00 2001 From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04> Date: Tue, 1 Dec 2009 09:56:36 +0000 Subject: [PATCH] add BamView git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@12511 ee4ac58c-ac51-4696-9907-e4b3aa274f04 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 48ad77583..beb77396c 100644 --- a/Makefile +++ b/Makefile @@ -292,6 +292,8 @@ artemis.jar : $(CLASSES) 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; \ + 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; \ jar cmf manifest-act act.jar images/PSUlogo.gif images/icon.gif images/helix.gif images/sanger-centre.gif README etc \ artemis_sqlmap org uk com net nsdb type seqdb LICENSE.Apache j2ssh.properties; \ -- GitLab