#
#
#  AUTHOR
#  ---------
#  JJRussell
#
#
#  DATE
#  --------
#  08.20.03
#
#
#  !!! WARNING !!!
#  ---------------
#  DO NOT REMOVE THIS FILE if it is the only file in the PBI src directory.
#  Without it CVS will not create the src directory causing great 
#  consternation to CMX/CMT.
#
#
#  EXPLANATION
#  -----------
#  PBI is unusual because, by definition, it has no source code proper. 
#  The consequence of this is that that src directory is has no files.
#  The default behavior of CVS is not to create even the directory entry
#  if the directory itself is empty. Unfortunately, the build tools 
#  commonly construct various directory paths through the src directory.
#  Normally these paths are such that logically the src directory does 
#  not have to exist. For example, a path might look like
#
#          ./src/../src/PBI
#
#  Following the path takes one down to the src directory, but then
#  it immediately returns to the original level. Technically, though
#  it appears that the standard UNIX path resolvers demand that such
#  intermediate directories exist, that is, the path resolvers do not
#  collapse out such up and down trips. This leads to fatal errors.
#
