Skip to content
Snippets Groups Projects
Commit 6cd49b42 authored by tjc's avatar tjc
Browse files

add BamView

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@12511 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent dd248274
No related branches found
No related tags found
No related merge requests found
...@@ -292,6 +292,8 @@ artemis.jar : $(CLASSES) ...@@ -292,6 +292,8 @@ artemis.jar : $(CLASSES)
echo "Main-Class: uk.ac.sanger.artemis.circular.DNADraw" > manifest-circular; \ echo "Main-Class: uk.ac.sanger.artemis.circular.DNADraw" > manifest-circular; \
jar cmf manifest-circular DNAPlotter.jar images/PSUlogo.gif README etc \ 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/ 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; \ 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 \ 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; \ artemis_sqlmap org uk com net nsdb type seqdb LICENSE.Apache j2ssh.properties; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment