File corpus1Folder = new File(fPluginLocation.resolve("data/performance/corpus_10-03-07"));
File corpus2Folder = new File(fPluginLocation.resolve("data/performance/corpus_10-06-07"));
File corpus3Folder = new File(fPluginLocation.resolve("data/performance/corpus_10-09-07"));
File tmpFolder = new File(System.getProperty("java.io.tmpdir"));
File feedFolder = new File(tmpFolder.getAbsolutePath(), "rssowlfeeds");
feedFolder.mkdir();
feedFolder.deleteOnExit();
/* Copy Feeds of corpus_10-03-07 to temp location */
copyFeedFilesToTempLocation(corpus1Folder, feedFolder);
List<ITask> tasks = getRealWorldReloadTasks(feedFolder.getAbsolutePath());