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

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
parent acfe040f
No related branches found
No related tags found
No related merge requests found
......@@ -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; \
......
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