Searched refs:feedWatchActionOuput (Results 1 – 1 of 1) sorted by relevance
60 private static final String feedWatchActionOuput = "feedWatchAction.Output"; //$NON-NLS-1$ field in RSSFeedWatcherTask194 … if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionOuput + DOT + j, out); } in checkFeed()