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 CED7CC263 for ; Fri, 28 Jun 2013 05:58:15 +0000 (UTC) Received: (qmail 77087 invoked by uid 500); 28 Jun 2013 05:58:15 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 77042 invoked by uid 500); 28 Jun 2013 05:58:14 -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 77032 invoked by uid 99); 28 Jun 2013 05:58:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 05:58:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 05:58:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1D39B23888D2; Fri, 28 Jun 2013 05:57:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1497651 - in /manifoldcf/trunk: CHANGES.txt site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml Date: Fri, 28 Jun 2013 05:57:50 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130628055751.1D39B23888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Fri Jun 28 05:57:50 2013 New Revision: 1497651 URL: http://svn.apache.org/r1497651 Log: Fix for CONNECTORS-738. Modified: manifoldcf/trunk/CHANGES.txt manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml Modified: manifoldcf/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1497651&r1=1497650&r2=1497651&view=diff ============================================================================== --- manifoldcf/trunk/CHANGES.txt (original) +++ manifoldcf/trunk/CHANGES.txt Fri Jun 28 05:57:50 2013 @@ -3,6 +3,10 @@ $Id$ ======================= 1.3-dev ===================== +CONNECTORS-738: Update how-to-build-and-deploy to reflect new +connectors. +(Karl Wright) + CONNECTORS-739: Update included-connectors on site. (Karl Wright) Modified: manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml?rev=1497651&r1=1497650&r2=1497651&view=diff ============================================================================== --- manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml (original) +++ manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml Fri Jun 28 05:57:50 2013 @@ -79,9 +79,14 @@
  • CMIS connector
  • Documentum connector, built against a Documentum API stub
  • +
  • DropBox connector
  • FileNet connector, built against a FileNet API stub
  • -
  • Filesystem connector
  • +
  • WGET-compatible filesystem connector
  • +
  • Generic XML repository connector
  • +
  • Google Drive connector
  • +
  • HDFS connector
  • JDBC connector, with just the PostgreSQL jdbc driver
  • +
  • Jira connector
  • LiveLink connector, built against a LiveLink API stub
  • Meridio connector, built against modified Meridio API WSDLs and XSDs
  • RSS connector
  • @@ -108,10 +113,12 @@
  • Apache Solr output connector
  • OpenSearchServer output connector
  • ElasticSearch output connector
  • +
  • WGET-compatible filesystem output connector
  • +
  • HDFS output connector
  • Null output connector

-

Each individual LGPL and proprietary connector's dependencies and build limitations are described in separate sections below.

+

The dependencies and build limitations of each individual LGPL and proprietary connector is described in separate sections below.

Modified: manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml?rev=1497651&r1=1497650&r2=1497651&view=diff ============================================================================== --- manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml (original) +++ manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml Fri Jun 28 05:57:50 2013 @@ -79,9 +79,14 @@
  • CMIS connector
  • Documentum connector, built against a Documentum API stub
  • +
  • DropBox connector
  • FileNet connector, built against a FileNet API stub
  • -
  • Filesystem connector
  • +
  • WGET-compatible filesystem connector
  • +
  • Generic XML repository connector
  • +
  • Google Drive connector
  • +
  • HDFS connector
  • JDBC connector, with just the PostgreSQL jdbc driver
  • +
  • Jira connector
  • LiveLink connector, built against a LiveLink API stub
  • Meridio connector, built against modified Meridio API WSDLs and XSDs
  • RSS connector
  • @@ -108,10 +113,12 @@
  • Apache Solr output connector
  • OpenSearchServer output connector
  • ElasticSearch output connector
  • +
  • WGET-compatible filesystem output connector
  • +
  • HDFS output connector
  • Null output connector

-

Each individual LGPL and proprietary connector's dependencies and build limitations are described in separate sections below.

+

The dependencies and build limitations of each individual LGPL and proprietary connector is described in separate sections below.