/**
  * Called after the check that all required registry values
  * have been set correctly has run.
  *
  * @return void
  */
 public function afterRegistry()
 {
     $this->codeVersion = $this->loader->getVersions()->getBuild();
     foreach ($this->escort->getLoaderDirs() as $prefix => $dir) {
         $this->projectDirs[$prefix . '_'] = $prefix;
     }
 }