                          DESCRIPTION
                          -----------

This directory contains examples of the files necessary for automatic
generation of the Babel/CCA sidl, <package_class>_Impl.<lanuage>, and 
<package_class>_Mod.<language> files.   For example, 
integrators_MonteCarlo_Impl.F90 would be a member of the package 
integrators, class MonteCarlo, and has a language extension of F90.

                          DIRECTORIES
                          -----------
./components 
  - Contains language specific subdirectories used to store
    the generated <package_class>_Impl.<language> and 
    <package_class>_Mod.<lanuage> files for Babel/CCA.  

./comp-xml
  - *.impl.xml files, contained within language specific
    subdirectories, used to generate the component sidl, 
    <package_class>_Impl.<language>,  
    and <package_class>_Mod.<language> files.

./legacy
  - Legacy implementations for the CCA tutorial codes, separated into 
    subdirectories within ./legacy based on implementation language.

./port-xml
  - *.port.xml files, contained within language specific 
    subdirectories, used to generate the port sidl files.

./sidl
  - Contains the sidl files generated from the xml for a component or 
    port (e.g., sidl file generated from *.port.xml or *.impl.xml file).
