List<DownloadLink> downloadLinks = Collections.singletonList(new DownloadLink(
"http://example.com/download.dmg", "dmg", "323MB", "mac", "64"));
List<Architecture> architectures = Collections.singletonList(new Architecture(
"Mac OS X (Cocoa, 64bit)", downloadLinks));
List<EclipseVersion> eclipseVersions = Collections
.singletonList(new EclipseVersion("1.2", architectures));
ToolSuitePlatform windows = new ToolSuitePlatform("windows", eclipseVersions);
platforms.put("windows", windows);
List<UpdateSiteArchive> archives = Collections.emptyList();