IProjectFacet symfonyFacet = ProjectFacetsManager.getProjectFacet(SymfonyFacetConstants.SYMFONY_COMPONENT);
// install the fixed facets
switch (symfonyVersion) {
case Symfony2_1_9:
facetedProject.installProjectFacet(
symfonyFacet.getVersion(SymfonyFacetConstants.SYMFONY_COMPONENT_VERSION_2_1), symfonyFacet,
monitor);
break;
case Symfony2_2_1:
facetedProject.installProjectFacet(