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

: ${JAVA6DIR=/usr/local/jdk1.6}
PATH="$JAVA6DIR/bin:$PATH"
export PATH

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

export JAVA5=1
