return items;
}
private File getUncommittedSyncItemsFile() throws IOException {
Activator activator = Activator.getDefault();
if (activator == null)
return null;
IPath path = new Path(activator.getStateLocation().toOSString());
File bundleRoot = new File(path.toOSString());
if (!bundleRoot.exists() && !bundleRoot.mkdir())
throw new IOException(NLS.bind("Synchronization: Unable to create folder ''{0}''", bundleRoot.toString())); //$NON-NLS-1$