EclipseGc

Untitled

Jul 13th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <<<<<<< HEAD
  2. // All Symfony-borrowed code lives in /core/vendor/symfony.
  3. 'Symfony\Component\ClassLoader' => DRUPAL_ROOT . '/core/vendor/symfony/class-loader',
  4. 'Symfony\Component\DependencyInjection' => DRUPAL_ROOT . '/core/vendor/symfony/dependency-injection',
  5. 'Symfony\Component\EventDispatcher' => DRUPAL_ROOT . '/core/vendor/symfony/event-dispatcher',
  6. 'Symfony\Component\HttpFoundation' => DRUPAL_ROOT . '/core/vendor/symfony/http-foundation',
  7. 'Symfony\Component\HttpKernel' => DRUPAL_ROOT . '/core/vendor/symfony/http-kernel',
  8. 'Symfony\Component\Routing' => DRUPAL_ROOT . '/core/vendor/symfony/routing',
  9. 'Symfony\Component\Yaml' => DRUPAL_ROOT . '/core/vendor/symfony/yaml',
  10. ));
  11. // Register PEAR-style vendor namespaces.
  12. $loader->registerPrefixes(array(
  13. // All Twig-borrowed code lives in /core/vendor/twig.
  14. 'Twig' => DRUPAL_ROOT . '/core/vendor/twig/twig/lib',
  15. =======
  16. // All Symfony-borrowed code lives in /core/vendor/Symfony.
  17. 'Symfony' => DRUPAL_ROOT . '/core/vendor',
  18. 'Doctrine' => DRUPAL_ROOT . '/core/vendor',
  19. >>>>>>> plugins-annotations
Advertisement
Add Comment
Please, Sign In to add comment