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

add new logo

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@7289 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 77257a69
Branches
Tags
No related merge requests found
# This is a GNU Makefile for Artemis
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.34 2008-03-25 09:55:30 tjc Exp $
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.35 2008-04-22 12:49:31 tjc Exp $
SHELL=/bin/sh
......@@ -242,7 +242,7 @@ manual :
CLASS_FILES := `find org uk nsdb type seqdb -name '*.class' -print`
OTHER_FILES := `find images/icon.gif images/helix.gif images/sanger-centre.gif COPYING README`
OTHER_FILES := `find images/PSUlogo.gif images/icon.gif images/helix.gif images/sanger-centre.gif COPYING README`
dist :
rm -rf artemis_compiled.tar.gz tar_build
......@@ -274,18 +274,18 @@ artemis.jar : $(CLASSES)
done; \
fi; \
cp -R ../lib/LICENSE.Apache ../uk ../nsdb ../type ../seqdb ../etc ../images ../lib/j2ssh/j2ssh.properties \
../images/icon.gif ../images/helix.gif ../images/sanger-centre.gif ../README ../artemis_sqlmap .
../images/PSUlogo.gif ../images/icon.gif ../images/helix.gif ../images/sanger-centre.gif ../README ../artemis_sqlmap .
find jar_build -name '*.java' -print | xargs rm -f
cd jar_build; \
rm -rf META-INF/MANIFEST.MF; \
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/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; \
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/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; \
rm -f etc/log4j.properties; \
jar cmf manifest-art artemis_mac.jar images/icon.gif images/helix.gif images/sanger-centre.gif README \
jar cmf manifest-art artemis_mac.jar images/PSUlogo.gif images/icon.gif images/helix.gif images/sanger-centre.gif README \
uk nsdb type seqdb LICENSE.Apache j2ssh.properties artemis_sqlmap
clean :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment