Author: kwright
Date: Thu Oct 23 08:02:44 2014
New Revision: 1633765

URL: http://svn.apache.org/r1633765
Log:
Pull up more CONNECTORS-1077 fixes from trunk

Modified:
    manifoldcf/branches/dev_1x/   (props changed)
    manifoldcf/branches/dev_1x/connectors/rss/   (props changed)
    
manifoldcf/branches/dev_1x/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java

Propchange: manifoldcf/branches/dev_1x/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk:r1633764

Propchange: manifoldcf/branches/dev_1x/connectors/rss/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk/connectors/rss:r1633764

Modified: 
manifoldcf/branches/dev_1x/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java?rev=1633765&r1=1633764&r2=1633765&view=diff
==============================================================================
--- 
manifoldcf/branches/dev_1x/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java
 (original)
+++ 
manifoldcf/branches/dev_1x/connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java
 Thu Oct 23 08:02:44 2014
@@ -248,7 +248,7 @@ public class RSSConnector extends org.ap
   @Override
   public String[] getActivitiesList()
   {
-    return new String[]{ACTIVITY_FETCH, ACTIVITY_ROBOTSPARSE};
+    return new String[]{ACTIVITY_FETCH, ACTIVITY_ROBOTSPARSE, 
ACTIVITY_PROCESS};
   }
 
   /** Tell the world what model this connector uses for 
getDocumentIdentifiers().


Reply via email to