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}}.)