}
catch (final Exception e) {
throw new RuntimeException("Cannot unpack Eclipse", e);
}
final EclipseLocation eclipseLocation = eclipseLocationFactory.createStaticEclipseLocation(eclipseDir);
eclipse = eclipseBridge.createInstance(eclipseLocation);
try {
{
// TODO is this really necessary?