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

add ssh plugin to classpath

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3384 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 863435b9
No related branches found
No related tags found
No related merge requests found
# This is a GNU Makefile for Artemis
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.10 2004-12-16 20:26:46 tjc Exp $
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.11 2005-08-12 14:48:35 tjc Exp $
SHELL=/bin/sh
......@@ -8,7 +8,7 @@ SHELL=/bin/sh
JAVAC := javac -source 1.3 -target 1.3 $(OPT_FLAGS) $(EXTRA_FLAGS)
REAL_CLASSPATH := CLASSPATH=.:lib/biojava.jar:lib/jobcontrol.jar:lib/jemAlign.jar:
REAL_CLASSPATH := CLASSPATH=.:lib/biojava.jar:lib/jobcontrol.jar:lib/jemAlign.jar:lib/j2ssh/j2ssh-core.jar:lib/j2ssh/j2ssh-artemis-plugin.jar
NAMES:= \
uk/ac/sanger/artemis/OptionChangeListener \
......
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