# Meant to be used by scrips in directories apps/*/scripts/unix # when the current directory is one of apps/*, so that this file # is referred to as ../../scripts/unix/servars. Moreover, this # should be "source"d rather than executed, hence should set # variables from the app script's point of view. ix_base=../.. ix_path=$ix_base ix_path=$ix_path:$ix_base/imports/xerces.jar ix_path=$ix_path:$ix_base/imports/jdom.jar # For now at least, we will stick in all the communications strategies, # rather than just the ones needed. comms_base=../../comms comms_path=$comms_base/grid comms_path=$comms_path:$comms_base/kaos # That's it!