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

art

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2106 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 63ad8305
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
# necessary a symbolic link can be made to this script from # necessary a symbolic link can be made to this script from
# /usr/local/bin/ or elsewhere. # /usr/local/bin/ or elsewhere.
# $Header: //tmp/pathsoft/artemis/art,v 1.5 2004-12-07 10:35:40 tjc Exp $ # $Header: //tmp/pathsoft/artemis/art,v 1.6 2004-12-07 10:46:17 tjc Exp $
# resolve links - $0 may be a link # resolve links - $0 may be a link
PRG=$0 PRG=$0
progname=`basename $0` progname=`basename $0`
PSU_PROD_JAVA_VERSION=1.4.2 #PSU_PROD_JAVA_VERSION=1.4.2
. $PSU_CONFIG_DIR/shell/java_environment.sh #. $PSU_CONFIG_DIR/shell/java_environment.sh
while [ -h "$PRG" ] ; do while [ -h "$PRG" ] ; do
ls=`ls -ld "$PRG"` ls=`ls -ld "$PRG"`
...@@ -25,7 +25,6 @@ while [ -h "$PRG" ] ; do ...@@ -25,7 +25,6 @@ while [ -h "$PRG" ] ; do
fi fi
done done
EXTLIBDIR=/nfs/pathsoft/external/javalib
ARTEMIS_HOME=`dirname "$PRG"`/. ARTEMIS_HOME=`dirname "$PRG"`/.
LIBDIR=/nfs/pathsoft/prod/javalibs LIBDIR=/nfs/pathsoft/prod/javalibs
......
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