}
@SuppressWarnings("deprecation")
protected VFSDeploymentContext determineStructure(VFSDeployment deployment) throws Exception
{
return determineStructureWithStructureDeployers(deployment, new MockEarStructureDeployer(), new JARStructure(), new DirectoryStructure());
}