1. -- The Project package's body must be implemented by each application using the 
  2. -- engine framework. Its intended use is to reference application-specific 
  3. -- packages using 'with' to ensure that they are compiled along with the 
  4. -- application framework. 
  5. package Project is 
  6.  
  7.     pragma Elaborate_Body; 
  8.  
  9. end Project;