SysOutProgressMonitor.out.println("Exporting Eclipse Product using '" + product.getLocation() + "' as configuration to: " + zipFile);
final FeatureExportInfo info = new FeatureExportInfo();
info.useJarFormat = true;
info.zipFileName = zipFile.getName();
if (prod.useFeatures())
{
info.items = getFeatures(prod);
}
else
{