Skip to content
Snippets Groups Projects
Commit 9b917ded authored by tjc's avatar tjc
Browse files

set target as 1.5

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@7328 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 3ded15d9
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.35 2008-04-22 12:49:31 tjc Exp $
# $Header: //tmp/pathsoft/artemis/Makefile,v 1.36 2008-05-01 12:06:47 tjc Exp $
SHELL=/bin/sh
#OPT_FLAGS = -g -deprecation
JAVAC := javac -source 1.4 -target 1.4 $(OPT_FLAGS) $(EXTRA_FLAGS)
JAVAC := javac -source 1.5 -target 1.5 $(OPT_FLAGS) $(EXTRA_FLAGS)
REAL_CLASSPATH := CLASSPATH=lib/biojava.jar:lib/jemAlign.jar:lib/j2ssh/j2ssh-core.jar:lib/ibatis/ibatis-2.3.0.677.jar:lib/ibatis/log4j-1.2.14.jar:lib/chado-14-interface.jar:.
......
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