Return-Path: X-Original-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 069217B93 for ; Tue, 9 Aug 2011 13:05:35 +0000 (UTC) Received: (qmail 52484 invoked by uid 500); 9 Aug 2011 13:05:34 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 52428 invoked by uid 500); 9 Aug 2011 13:05:34 -0000 Mailing-List: contact connectors-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-dev@incubator.apache.org Delivered-To: mailing list connectors-commits@incubator.apache.org Received: (qmail 52421 invoked by uid 99); 9 Aug 2011 13:05:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2011 13:05:34 +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; Tue, 09 Aug 2011 13:05:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 90DF02388A02; Tue, 9 Aug 2011 13:05:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1155349 - in /incubator/lcf/branches/CONNECTORS-224: ./ framework/jetty-runner/pom.xml tests/cmis/pom.xml tests/filesystem/pom.xml tests/sharepoint/pom.xml Date: Tue, 09 Aug 2011 13:05:13 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110809130513.90DF02388A02@eris.apache.org> Author: kwright Date: Tue Aug 9 13:05:12 2011 New Revision: 1155349 URL: http://svn.apache.org/viewvc?rev=1155349&view=rev Log: Pull up more fixes to the maven build Modified: incubator/lcf/branches/CONNECTORS-224/ (props changed) incubator/lcf/branches/CONNECTORS-224/framework/jetty-runner/pom.xml incubator/lcf/branches/CONNECTORS-224/tests/cmis/pom.xml incubator/lcf/branches/CONNECTORS-224/tests/filesystem/pom.xml incubator/lcf/branches/CONNECTORS-224/tests/sharepoint/pom.xml Propchange: incubator/lcf/branches/CONNECTORS-224/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Tue Aug 9 13:05:12 2011 @@ -6,4 +6,4 @@ /incubator/lcf/branches/CONNECTORS-223:1146689-1146810 /incubator/lcf/branches/CONNECTORS-236:1153921-1154314 /incubator/lcf/branches/CONNECTORS-32:1092556-1094216 -/incubator/lcf/trunk:1155186 +/incubator/lcf/trunk:1155186,1155345 Modified: incubator/lcf/branches/CONNECTORS-224/framework/jetty-runner/pom.xml URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-224/framework/jetty-runner/pom.xml?rev=1155349&r1=1155348&r2=1155349&view=diff ============================================================================== --- incubator/lcf/branches/CONNECTORS-224/framework/jetty-runner/pom.xml (original) +++ incubator/lcf/branches/CONNECTORS-224/framework/jetty-runner/pom.xml Tue Aug 9 13:05:12 2011 @@ -104,21 +104,18 @@ mcf-api-service ${project.version} war - runtime ${project.groupId} mcf-authority-service ${project.version} war - runtime ${project.groupId} mcf-crawler-ui ${project.version} war - runtime Modified: incubator/lcf/branches/CONNECTORS-224/tests/cmis/pom.xml URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-224/tests/cmis/pom.xml?rev=1155349&r1=1155348&r2=1155349&view=diff ============================================================================== --- incubator/lcf/branches/CONNECTORS-224/tests/cmis/pom.xml (original) +++ incubator/lcf/branches/CONNECTORS-224/tests/cmis/pom.xml Tue Aug 9 13:05:12 2011 @@ -107,28 +107,24 @@ chemistry-opencmis-server-inmemory-war 0.5.0-SNAPSHOT war - runtime ${project.groupId} mcf-api-service ${project.version} war - runtime ${project.groupId} mcf-authority-service ${project.version} war - runtime ${project.groupId} mcf-crawler-ui ${project.version} war - runtime ${project.groupId} @@ -152,18 +148,15 @@ ${project.groupId} - mcf-filesystem-connector - ${project.version} - - - ${project.groupId} mcf-cmis-connector ${project.version} + test ${project.groupId} mcf-nulloutput-connector ${project.version} + test org.mortbay.jetty @@ -228,11 +221,11 @@ org.apache.derby derby ${derby.version} - runtime + test commons-httpclient - commons-httpclient + commons-httpclient-mcf 3.1 Modified: incubator/lcf/branches/CONNECTORS-224/tests/filesystem/pom.xml URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-224/tests/filesystem/pom.xml?rev=1155349&r1=1155348&r2=1155349&view=diff ============================================================================== --- incubator/lcf/branches/CONNECTORS-224/tests/filesystem/pom.xml (original) +++ incubator/lcf/branches/CONNECTORS-224/tests/filesystem/pom.xml Tue Aug 9 13:05:12 2011 @@ -92,21 +92,18 @@ mcf-api-service ${project.version} war - runtime ${project.groupId} mcf-authority-service ${project.version} war - runtime ${project.groupId} mcf-crawler-ui ${project.version} war - runtime @@ -128,11 +125,13 @@ ${project.groupId} mcf-filesystem-connector ${project.version} + test ${project.groupId} mcf-nulloutput-connector ${project.version} + test org.mortbay.jetty @@ -145,14 +144,14 @@ 6.1.14 - javax.servlet.jsp - jsp-api - 2.1 + javax.servlet.jsp + jsp-api + 2.1 org.mortbay.jetty - jsp-2.1-glassfish - 2.1.v20091210 + jsp-2.1-glassfish + 2.1.v20091210 ${project.groupId} @@ -200,9 +199,9 @@ test - commons-httpclient - commons-httpclient - 3.1 + commons-httpclient + commons-httpclient-mcf + 3.1 \ No newline at end of file Modified: incubator/lcf/branches/CONNECTORS-224/tests/sharepoint/pom.xml URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-224/tests/sharepoint/pom.xml?rev=1155349&r1=1155348&r2=1155349&view=diff ============================================================================== --- incubator/lcf/branches/CONNECTORS-224/tests/sharepoint/pom.xml (original) +++ incubator/lcf/branches/CONNECTORS-224/tests/sharepoint/pom.xml Tue Aug 9 13:05:12 2011 @@ -36,21 +36,18 @@ mcf-api-service ${project.version} war - runtime ${project.groupId} mcf-authority-service ${project.version} war - runtime ${project.groupId} mcf-crawler-ui ${project.version} war - runtime @@ -89,5 +86,10 @@ ${derby.version} test + + commons-httpclient + commons-httpclient-mcf + 3.1 + \ No newline at end of file