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