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 58A34E176 for ; Fri, 1 Feb 2013 09:49:02 +0000 (UTC) Received: (qmail 46914 invoked by uid 500); 1 Feb 2013 09:49:01 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 46842 invoked by uid 500); 1 Feb 2013 09:49:00 -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 46820 invoked by uid 99); 1 Feb 2013 09:48:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 09:48:59 +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, 01 Feb 2013 09:48:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 527FC23888E7; Fri, 1 Feb 2013 09:48:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1441362 - in /manifoldcf/trunk/tests: filesystem/pom.xml rss/pom.xml Date: Fri, 01 Feb 2013 09:48:39 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130201094839.527FC23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Fri Feb 1 09:48:38 2013 New Revision: 1441362 URL: http://svn.apache.org/viewvc?rev=1441362&view=rev Log: Missed a spot where we needed to include combined service. Part of CONNECTORS-632. Modified: manifoldcf/trunk/tests/filesystem/pom.xml manifoldcf/trunk/tests/rss/pom.xml Modified: manifoldcf/trunk/tests/filesystem/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/tests/filesystem/pom.xml?rev=1441362&r1=1441361&r2=1441362&view=diff ============================================================================== --- manifoldcf/trunk/tests/filesystem/pom.xml (original) +++ manifoldcf/trunk/tests/filesystem/pom.xml Fri Feb 1 09:48:38 2013 @@ -59,6 +59,13 @@ ${project.groupId} + mcf-combined-service + ${project.version} + war + false + + + ${project.groupId} mcf-crawler-ui ${project.version} war Modified: manifoldcf/trunk/tests/rss/pom.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/tests/rss/pom.xml?rev=1441362&r1=1441361&r2=1441362&view=diff ============================================================================== --- manifoldcf/trunk/tests/rss/pom.xml (original) +++ manifoldcf/trunk/tests/rss/pom.xml Fri Feb 1 09:48:38 2013 @@ -59,6 +59,13 @@ ${project.groupId} + mcf-combined-service + ${project.version} + war + false + + + ${project.groupId} mcf-crawler-ui ${project.version} war