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

artemis act jars

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1786 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent f19ebd62
No related branches found
No related tags found
No related merge requests found
# This is a GNU Makefile for Artemis # This is a GNU Makefile for Artemis
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.5 2004-08-09 14:09:11 tjc Exp $ # $Header: //tmp/pathsoft/artemis/Makefile,v 1.6 2004-08-09 14:13:20 tjc Exp $
SHELL=/bin/sh SHELL=/bin/sh
...@@ -265,17 +265,17 @@ artemis.jar : $(CLASSES) ...@@ -265,17 +265,17 @@ artemis.jar : $(CLASSES)
rm -rf META-INF/MANIFEST.MF; \ rm -rf META-INF/MANIFEST.MF; \
done; \ done; \
fi; \ fi; \
cp -R ../uk ../nsdb ../type ../seqdb ../etc ../images \ cp -R ../lib/LICENSE.Apache ../uk ../nsdb ../type ../seqdb ../etc ../images \
../images/icon.gif ../images/helix.gif ../images/sanger-centre.gif ../README . ../images/icon.gif ../images/helix.gif ../images/sanger-centre.gif ../README .
find jar_build -name '*.java' -print | xargs rm -f find jar_build -name '*.java' -print | xargs rm -f
cd jar_build; \ cd jar_build; \
rm -rf META-INF/MANIFEST.MF; \ rm -rf META-INF/MANIFEST.MF; \
echo "Main-Class: uk.ac.sanger.artemis.components.ArtemisMain" > manifest-art; \ echo "Main-Class: uk.ac.sanger.artemis.components.ArtemisMain" > manifest-art; \
jar cmf manifest-art artemis.jar images/icon.gif images/helix.gif images/sanger-centre.gif README etc \ jar cmf manifest-art artemis.jar images/icon.gif images/helix.gif images/sanger-centre.gif README etc \
org uk nsdb type seqdb; \ org uk nsdb type seqdb LICENSE.Apache; \
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/icon.gif images/helix.gif images/sanger-centre.gif README etc \ jar cmf manifest-act act.jar images/icon.gif images/helix.gif images/sanger-centre.gif README etc \
org uk nsdb type seqdb org uk nsdb type seqdb LICENSE.Apache
clean : clean :
-rm -rf *.html artemis.jar seqdb nsdb type org resources uk/ac/sanger/jcon/ jar_build -rm -rf *.html artemis.jar seqdb nsdb type org resources uk/ac/sanger/jcon/ jar_build
......
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