From ea3c4f405fd780e5f6a3f49fb72149396dad4c33 Mon Sep 17 00:00:00 2001 From: Tacoo Date: Sun, 27 Oct 2013 18:33:10 -0400 Subject: [PATCH] fixed incorrect url and delete comment that are not important. --- src/site/apt/SampleProgramsIncluded.apt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/site/apt/SampleProgramsIncluded.apt b/src/site/apt/SampleProgramsIncluded.apt index d468682..7c12649 100644 --- a/src/site/apt/SampleProgramsIncluded.apt +++ b/src/site/apt/SampleProgramsIncluded.apt @@ -10,12 +10,9 @@ Sample programs included There are two sample programs included with Rome Fetcher. - {{{https://github.com/rometools/rome-fetcher/blob/master/src/java/org/rometools/fetcher/samples/FeedReader.java}FeedReader}} + {{{https://github.com/rometools/rome-fetcher/tree/master/src/main/java/org/rometools/fetcher/samples/FeedReader.java}FeedReader}} is a program which demonstrates the use of the Fetcher to retrieve a feed and then to use the conditional get support to retrieve it again only if it has changed. It also shows how to use the event API in the Fetcher. It can be run using the <<>> target. - {{{https://github.com/rometools/rome-fetcher/blob/master/src/java/org/rometools/fetcher/samples/FeedAggregator.java}FeedAggregator}} + {{{https://github.com/rometools/rome-fetcher/tree/master/src/main/java/org/rometools/fetcher/samples/FeedAggregator.java}FeedAggregator}} is a program which aggregates a number of feeds together into a single feed. It can be run using the <<>> target. - - (Note that in verision 0.3 the Maven build does not include Xerces in the classpath \- which is required to use Rome. This is - {{{https://rome.dev.java.net/source/browse/rome/subprojects/fetcher/project.xml?r1\=1.1&r2\=1.2}easy to fix}}.)