#!/bin/sh
# this file is to be sourced to work with Java 1.5 (Java 5)
#
# AUTHOR: Gary T. Leavens

: ${JAVA5DIR=/usr/local/jdk1.5}
PATH="$JAVA5DIR/bin:$PATH"
export PATH

# URL for the directory containing the javadocs for the JDK on this machine
export JDKDOCDIR="file:`cygpath -ma $JAVA5DIR/docs/api`"

export JAVA5=1
