else
dataOut.writeUTF(URI_PREFIX + projectLocation.toString());
dataOut.writeInt(numRefs);
for (int i = 0; i < numRefs; i++)
dataOut.writeUTF(references[i].getName());
output.succeed();
} finally {
dataOut.close();
}
} catch (IOException e) {
String message = NLS.bind(Messages.resources_exSaveProjectLocation, target.getName());