Home
last modified time | relevance | path

Searched refs:RSSFeedWatcherTask (Results 1 – 5 of 5) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
Dmessages.properties12 RSSFeedWatcherTask.with=\ with
13 RSSFeedWatcherTask.To=To
14 RSSFeedWatcherTask.Done=Done.
68 RSSFeedWatcherTask.ErrorNoWatchActions=Error\! Must specify for which feed changes to watch and wha…
69 RSSFeedWatcherTask.PleaseRunThisTaskLater=Please run this task at some later date to compare refere…
70 RSSFeedWatcherTask.WarningNoScriptAction=Warning: Assuming no script action for
71 RSSFeedWatcherTask.WarningNoCommandlineParams=Warning: Assuming no commandline params for
72 RSSFeedWatcherTask.ToTheLatestVersion=to latest version of feed in
73 RSSFeedWatcherTask.ErrorDestinationFileIsADirectory=Error\! Destination file exists as a directory\…
74 RSSFeedWatcherTask.Compare=Compare
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedWatch.emf.properties11 # properties for RSSFeedWatcherTask.java
32 # The <exec> task that is run within RSSFeedWatcherTask.java, eg.
39 … will execute the following under the covers of the org.eclipse.releng.services.RSSFeedWatcherTask:
53 …heck the results of that execution, you can do so in the ant script that calls RSSFeedWatcherTask.
DfeedWatch.uml2.properties11 # properties for RSSFeedWatcherTask.java
29 # The <exec> task that is run within RSSFeedWatcherTask.java, eg.
36 … will execute the following under the covers of the org.eclipse.releng.services.RSSFeedWatcherTask:
50 …heck the results of that execution, you can do so in the ant script that calls RSSFeedWatcherTask.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
DfeedTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
DRSSFeedWatcherTask.java48 public class RSSFeedWatcherTask extends Task { class