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

put ssh plugin jar first in classpath

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3578 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 8ef924cd
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.11 2005-08-12 14:48:35 tjc Exp $
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.12 2005-08-24 16:09:19 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:lib/j2ssh/j2ssh-core.jar:lib/j2ssh/j2ssh-artemis-plugin.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