{
return file.getName().endsWith(".esb");
}
};
gs.setShortCircuitFilter(top);
gs.addGroup("jars");
gs.addGroup("wars");
return determineStructureWithStructureDeployers(deployment, new JARStructure(), new WARStructure(), gs);
}
public void testEsbStructure() throws Throwable