#!ccaffeine bootstrap file. 
# ------- don't change anything ABOVE this line.-------------
# first element is the rpm install tree
path set /usr/share/components
# second element is the install tree, which often doesn't exist.
path append /usr/share/ccafe-0.8.8/components
# third element is for SIDL loader to find components.
path append /usr/lib
! if you change the above lines, it is recommended that you
! know what you're doing first.
# if classic is not present, the following are commented out.
 repository get-global StarterComponent
 repository get-global TimeStamper
 repository get-global Timer
 repository get-global PrinterComponent
# this may just be broken right now
#repository get-global RevalidateTest
# if babel is not present, the following are commented out.
 repository get-global ccafe1.StarterComponent
 repository get-global ccafe0.PrinterComponent
 repository get-global ccafe4.ParameterPortFactoryTest
 repository get-global ccafe5.GoComponent
 repository get-global ccafe5.BasicParameterPortTest
 repository get-global ccafe0.SCPProxy
 repository get-global ccafe2.SimpleProxyTest
 repository get-global ccafe5.GUIServiceTest
# if babel and mpi are not present, the following are commented out.
 repository get-global ccafe6.TestMPI

# the service registry is just there normally, as is mpicomponent
#  repository get-global ccafe2.ServiceRegistryTest

#ccafe_eg.PortTranslatorStarter is definitely incorrect given
# insistence on correct, sidl-defined, port type names in the
# babel binding.
# repository get ccafe_eg.PortTranslatorStarter
