continue;
}
IFile file = component.getFileResource();
IPath path = file.getFullPath();
stats.addStats(ZipUtils.zipFile(file.getProjectRelativePath().toPortableString(), path.toFile(), zos,
Integer.MAX_VALUE));
}
// close zip stream and get bytes
zos.close();