Added feed fetcher code from previous Wicket project, updated dependencies and made it compile. Web app runs and shows an empty page.
This commit is contained in:
13
src/main/resources/rome.properties
Normal file
13
src/main/resources/rome.properties
Normal file
@@ -0,0 +1,13 @@
|
||||
# Feed Parser implementation classes
|
||||
#
|
||||
WireFeedParser.classes=dev.rsems.syndication.rome.io.impl.RSS090Parser \
|
||||
com.sun.syndication.io.impl.RSS091NetscapeParser \
|
||||
com.sun.syndication.io.impl.RSS091UserlandParser \
|
||||
com.sun.syndication.io.impl.RSS092Parser \
|
||||
dev.rsems.syndication.rome.io.impl.RSS093Parser \
|
||||
dev.rsems.syndication.rome.io.impl.RSS094Parser \
|
||||
dev.rsems.syndication.rome.io.impl.RSS10Parser \
|
||||
dev.rsems.syndication.rome.io.impl.RSS20wNSParser \
|
||||
dev.rsems.syndication.rome.io.impl.RSS20Parser \
|
||||
com.sun.syndication.io.impl.Atom10Parser \
|
||||
com.sun.syndication.io.impl.Atom03Parser
|
||||
Reference in New Issue
Block a user