Community
Participate
Working Groups
fetchTags = new Properties();
String[] entries = Utils.getArrayFromString(value);
//Backward compatibility
if (entries.length == 1) {
if (entries.length == 1 && (entries[0].indexOf('=') == -1)) {
fetchTags.put(CVSFetchTaskFactory.OVERRIDE_TAG, fetchTags);
fetchTags.put(CVSFetchTaskFactory.OVERRIDE_TAG, entries[0]);
return;
}
for (int i = 0; i < entries.length; i++) {