/* */ }
/* */
/* */ protected VFSDeployment removeDeployment(String name, URI uri) throws Exception
/* */ {
/* 503 */ MutableRepository mrepo = getRepository(uri);
/* 504 */ Resource res = mrepo.removeResource(name);
/* 505 */ VFSDeploymentResource vfsres = (VFSDeploymentResource)res;
/* 506 */ VFSDeployment deployment = (VFSDeployment)vfsres.getProperties().get("deployment");
/* 507 */ return deployment;
/* */ }
/* */ }