List<IInstallableUnit> _xifexpression = null;
String _string = location.toString();
boolean _equals = "http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/".equals(_string);
if (_equals) {
Version _createOSGi = Version.createOSGi(10, 0, 0);
MockIU _mockIU = new MockIU("com.google.guava", _createOSGi);
Version _createOSGi_1 = Version.createOSGi(11, 0, 2);
MockIU _mockIU_1 = new MockIU("com.google.guava", _createOSGi_1);
Version _createOSGi_2 = Version.createOSGi(12, 0, 0);
MockIU _mockIU_2 = new MockIU("com.google.guava", _createOSGi_2);
_xifexpression = CollectionLiterals.<IInstallableUnit>newImmutableList(_mockIU, _mockIU_1, _mockIU_2);
} else {
return CollectionLiterals.<IInstallableUnit>emptyList();
}
return _xifexpression;