Skip to content
Snippets Groups Projects
Commit 8ed68940 authored by tjc's avatar tjc
Browse files

remove old classpath

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1647 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent eb5c4081
No related branches found
No related tags found
No related merge requests found
# This is a GNU Makefile for Artemis # This is a GNU Makefile for Artemis
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.1 2004-06-09 12:51:51 tjc Exp $ # $Header: //tmp/pathsoft/artemis/Makefile,v 1.2 2004-06-09 15:10:51 tjc Exp $
SHELL=/bin/sh SHELL=/bin/sh
...@@ -8,7 +8,6 @@ OPT_FLAGS = -g ...@@ -8,7 +8,6 @@ OPT_FLAGS = -g
JAVAC := javac $(OPT_FLAGS) -target 1.1 -deprecation -J-mx150m $(EXTRA_FLAGS) JAVAC := javac $(OPT_FLAGS) -target 1.1 -deprecation -J-mx150m $(EXTRA_FLAGS)
#REAL_CLASSPATH := CLASSPATH=.:lib/biojava.jar:lib/jobcontrol.jar:/nfs/team81/kmr/psu/jobcontrol/ant-build/src/main:/nfs/pathsoft/prod/javalibs/psu_all.jar:/nfs/pathsoft/external/javalib/velocity-dep-1.2.jar:/nfs/pathsoft/external/javalib/log4j-1.1.3.jar:$(CLASSPATH)
REAL_CLASSPATH := CLASSPATH=.:lib/biojava.jar:lib/jobcontrol.jar REAL_CLASSPATH := CLASSPATH=.:lib/biojava.jar:lib/jobcontrol.jar
NAMES:= \ NAMES:= \
......
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