######################################################################### # # # Make-local-dependencies # # # # Purpose: position-dependent information needed # # Copyright (c) Simon Brooke 2000; see LICENSE. # # # # $Revision: 1.10 $ # # $Author: simon $ # # # ######################################################################### ## These you may want to change: where things are on your system ## JAVA_HOME: the root directory of your Java Development Kit installation JAVA_HOME=/opt/jdk1.2.2 ## JAVALIB: where you keep java components (.jars and .zips) which are ## used by your Servlet engine JAVALIB=/usr/local/lib/java ## DOCUMENT_ROOT: The root directory from which your HTTP daemon serves ## static content (Web pages, etc) DOCUMENT_ROOT=/home/httpd/html ## ZIP: where your local installation of a Java compatible zip executable is. ZIP=/usr/bin/zip ## INSTALL: where your local installation of a BSD-style install executable is. INSTALL=/usr/bin/install ## MAYBEUPLOAD_VERSION: project release version number MAYBEUPLOAD_VERSION=1-0-6