Author: tejasp
Date: Tue May 21 00:40:16 2013
New Revision: 1484627
URL: http://svn.apache.org/r1484627
Log:
NUTCH-1053 Parsing of RSS feeds fails
Modified:
nutch/branches/2.x/CHANGES.txt
nutch/branches/2.x/src/plugin/feed/ivy.xml
Modified: nutch/branches/2.x/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1484627&r1=1484626&r2=1484627&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Tue May 21 00:40:16 2013
@@ -2,6 +2,8 @@ Nutch Change Log
Release 2.2 - Current Development
+* NUTCH-1053 Parsing of RSS feeds fails (tejasp)
+
* NUTCH-1563 FetchSchedule#getFields is never used by GeneratorJob (Feng)
* NUTCH-1573 Upgrade to most recent JUnit 4.x to improve test flexibility
(lewismc)
Modified: nutch/branches/2.x/src/plugin/feed/ivy.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/src/plugin/feed/ivy.xml?rev=1484627&r1=1484626&r2=1484627&view=diff
==============================================================================
--- nutch/branches/2.x/src/plugin/feed/ivy.xml (original)
+++ nutch/branches/2.x/src/plugin/feed/ivy.xml Tue May 21 00:40:16 2013
@@ -37,6 +37,7 @@
<dependencies>
<dependency org="net.java.dev.rome" name="rome" rev="1.0.0"
conf="*->master"/>
+ <dependency org="org.jdom" name="jdom" rev="1.1" conf="*->master"/>
</dependencies>
</ivy-module>