}
protected VFSDeploymentContext determineStructure(VFSDeployment deployment) throws Exception
{
// TODO - check serialization of modifed roots
return determineStructureWithStructureDeployers(deployment, false, new DeclaredStructure(), new JARStructure(), new WARStructure(), new FileStructure());
}