From 9766b9a5ce6414c5e3483d886711e6e7516f6993 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Fri, 26 Aug 2005 16:57:25 +0000
Subject: [PATCH] add j2ssh to jar build

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3594 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 Makefile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 0404a723c..69a939e25 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # This is a GNU Makefile for Artemis
 
-# $Header: //tmp/pathsoft/artemis/Makefile,v 1.13 2005-08-25 10:47:09 tjc Exp $
+# $Header: //tmp/pathsoft/artemis/Makefile,v 1.14 2005-08-26 16:57:25 tjc Exp $
 
 SHELL=/bin/sh
 
@@ -264,18 +264,22 @@ artemis.jar : $(CLASSES)
 	    jar xvf $$fileJar; \
 	    rm -rf META-INF/MANIFEST.MF; \
 	  done; \
+          for fileJar in ../lib/j2ssh/*.jar; do \
+            jar xvf $$fileJar; \
+            rm -rf META-INF/MANIFEST.MF; \
+          done; \
         fi; \
-	cp -R ../lib/LICENSE.Apache ../uk ../nsdb ../type ../seqdb ../etc ../images \
+	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 .
 	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 \
-	                     org uk nsdb type seqdb LICENSE.Apache; \
+	                     org uk com 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 \
-	                     org uk nsdb type seqdb LICENSE.Apache
+	                     org uk com nsdb type seqdb LICENSE.Apache j2ssh.properties
 
 clean :
 	-rm -rf *.html artemis.jar seqdb nsdb type org resources uk/ac/sanger/jcon/ jar_build
-- 
GitLab