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

add log4j to classpath

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5034 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 0fdce634
No related branches found
No related tags found
No related merge requests found
......@@ -16,5 +16,6 @@
<classpathentry kind="lib" path="lib/ibatis/ibatis-common-2.jar"/>
<classpathentry kind="lib" path="lib/jobcontrol.jar"/>
<classpathentry kind="lib" path="lib/chado-14-interface.jar"/>
<classpathentry kind="lib" path="lib/ibatis/log4j-1.2.13.jar"/>
<classpathentry kind="output" path="ant-build/classes/main"/>
</classpath>
# This is a GNU Makefile for Artemis
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.24 2006-10-03 14:46:07 tjc Exp $
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.25 2006-11-29 10:18:52 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/ibatis/ibatis-common-2.jar:lib/ibatis/ibatis-sqlmap-2.jar:lib/chado-14-interface.jar:.
REAL_CLASSPATH := CLASSPATH=lib/biojava.jar:lib/jobcontrol.jar:lib/jemAlign.jar:lib/j2ssh/j2ssh-core.jar:lib/ibatis/ibatis-common-2.jar:lib/ibatis/ibatis-sqlmap-2.jar:lib/ibatis/log4j-1.2.13.jar:lib/chado-14-interface.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