Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56AF817561 for ; Thu, 23 Oct 2014 08:02:48 +0000 (UTC) Received: (qmail 19901 invoked by uid 500); 23 Oct 2014 08:02:48 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 19853 invoked by uid 500); 23 Oct 2014 08:02:48 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 19844 invoked by uid 99); 23 Oct 2014 08:02:48 -0000 Received: from ec2-54-76-25-247.eu-west-1.compute.amazonaws.com (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2014 08:02:48 +0000 Received: from mx1-eu-west.apache.org (localhost [127.0.0.1]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id EE2B726E3A for ; Thu, 23 Oct 2014 08:02:46 +0000 (UTC) Received: by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org, from userid 113) id E33F126E3E; Thu, 23 Oct 2014 08:02:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx1-eu-west.apache.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=10.0 tests=RP_MATCHES_RCVD autolearn=disabled version=3.4.0 Received: from eris.apache.org (eris.apache.org [140.211.11.4]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 92B0C26E3A for ; Thu, 23 Oct 2014 08:02:46 +0000 (UTC) Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 767B123889E2; Thu, 23 Oct 2014 08:02:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1633765 - in /manifoldcf/branches/dev_1x: ./ connectors/rss/ connectors/rss/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/rss/RSSConnector.java Date: Thu, 23 Oct 2014 08:02:45 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141023080245.767B123889E2@eris.apache.org> X-Virus-Scanned: ClamAV using ClamSMTP 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().