100101102103104105106107108109110
//Create a new RSS Feed and add it to the collection. rssfeed = new CruiseControlFeed(publishToFile); rssFeeds.put(pathToPublishFile, rssfeed); } rssfeed.incrementProjectCount(); return rssfeed; } /**