Update of /cvsroot/aaron/aaron/src/main
In directory usw-pr-cvs1:/tmp/cvs-serv8354
Added Files:
paths.conf
Log Message:
Template phase one config file (should eventually be renamed to config.1st or
something similar, IMHO)
--- NEW FILE: paths.conf ---
# Aaron config file
#
# $Id: paths.conf,v 1.1 2001/07/05 10:59:43 thetitan Exp $
#
# Phase one config file
# Path to the modules directory
module_path = ../modules
# Name of the directory that has action modules (inside module_path0
action_mod_dir = action
# Name of the directory that has response modules (inside module_path0
response_mod_dir = response
# Name of the directory that has transaction modules (inside module_path0
transaction_mod_dir = transaction
|