From 4727fefea1c74fd46517f0049e34f7426ccbf91b Mon Sep 17 00:00:00 2001 From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04> Date: Tue, 19 Feb 2008 09:52:27 +0000 Subject: [PATCH] remove etc directory from mac jar git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@7151 ee4ac58c-ac51-4696-9907-e4b3aa274f04 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cfecb4e92..c0f1d6462 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # This is a GNU Makefile for Artemis -# $Header: //tmp/pathsoft/artemis/Makefile,v 1.32 2007-11-09 11:56:37 tjc Exp $ +# $Header: //tmp/pathsoft/artemis/Makefile,v 1.33 2008-02-19 09:52:27 tjc Exp $ SHELL=/bin/sh @@ -285,7 +285,7 @@ artemis.jar : $(CLASSES) jar cmf manifest-act act.jar 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 etc \ + jar cmf manifest-art artemis_mac.jar images/icon.gif images/helix.gif images/sanger-centre.gif README \ uk nsdb type seqdb LICENSE.Apache j2ssh.properties clean : -- GitLab