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 888B19991 for ; Sun, 1 Apr 2012 14:44:51 +0000 (UTC) Received: (qmail 33859 invoked by uid 500); 1 Apr 2012 14:44:51 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 33815 invoked by uid 500); 1 Apr 2012 14:44:51 -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 33805 invoked by uid 99); 1 Apr 2012 14:44:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2012 14:44:51 +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; Sun, 01 Apr 2012 14:44:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B945923889E1; Sun, 1 Apr 2012 14:44:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1308125 - in /incubator/lcf/branches/CONNECTORS-437: framework/authority-service/pom.xml framework/pull-agent/pom.xml framework/ui-core/pom.xml mvn-bootstrap.bat pom.xml Date: Sun, 01 Apr 2012 14:44:29 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120401144429.B945923889E1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Sun Apr 1 14:44:28 2012 New Revision: 1308125 URL: http://svn.apache.org/viewvc?rev=1308125&view=rev Log: More maven build fixes Modified: incubator/lcf/branches/CONNECTORS-437/framework/authority-service/pom.xml incubator/lcf/branches/CONNECTORS-437/framework/pull-agent/pom.xml incubator/lcf/branches/CONNECTORS-437/framework/ui-core/pom.xml incubator/lcf/branches/CONNECTORS-437/mvn-bootstrap.bat incubator/lcf/branches/CONNECTORS-437/pom.xml Modified: incubator/lcf/branches/CONNECTORS-437/framework/authority-service/pom.xml URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-437/framework/authority-service/pom.xml?rev=1308125&r1=1308124&r2=1308125&view=diff ============================================================================== --- incubator/lcf/branches/CONNECTORS-437/framework/authority-service/pom.xml (original) +++ incubator/lcf/branches/CONNECTORS-437/framework/authority-service/pom.xml Sun Apr 1 14:44:28 2012 @@ -105,13 +105,13 @@ xalan serializer - {xalan.version} + ${xalan.version} runtime xerces xercesImpl - {xerces.version} + ${xerces.version} runtime Modified: incubator/lcf/branches/CONNECTORS-437/framework/pull-agent/pom.xml URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-437/framework/pull-agent/pom.xml?rev=1308125&r1=1308124&r2=1308125&view=diff ============================================================================== --- incubator/lcf/branches/CONNECTORS-437/framework/pull-agent/pom.xml (original) +++ incubator/lcf/branches/CONNECTORS-437/framework/pull-agent/pom.xml Sun Apr 1 14:44:28 2012 @@ -102,7 +102,7 @@ commons-httpclient - commons-httpclient-mcf + commons-httpclient ${commons-httpclient.version} test Modified: incubator/lcf/branches/CONNECTORS-437/framework/ui-core/pom.xml URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-437/framework/ui-core/pom.xml?rev=1308125&r1=1308124&r2=1308125&view=diff ============================================================================== --- incubator/lcf/branches/CONNECTORS-437/framework/ui-core/pom.xml (original) +++ incubator/lcf/branches/CONNECTORS-437/framework/ui-core/pom.xml Sun Apr 1 14:44:28 2012 @@ -87,7 +87,7 @@ ${commons-fileupload.version} - org.apache.commons + commons-io commons-io ${commons-io.version} Modified: incubator/lcf/branches/CONNECTORS-437/mvn-bootstrap.bat URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-437/mvn-bootstrap.bat?rev=1308125&r1=1308124&r2=1308125&view=diff ============================================================================== --- incubator/lcf/branches/CONNECTORS-437/mvn-bootstrap.bat (original) +++ incubator/lcf/branches/CONNECTORS-437/mvn-bootstrap.bat Sun Apr 1 14:44:28 2012 @@ -19,7 +19,7 @@ cmd /c ant download-dependencies cmd /c mvn install:install-file -Dfile=lib/jdbcpool.jar -DgroupId=com.bitmechanic -DartifactId=jdbcpool -Dversion=0.99 -Dpackaging=jar cmd /c mvn install:install-file -Dfile=lib/commons-httpclient.jar -DgroupId=commons-httpclient -DartifactId=commons-httpclient -Dversion=3.1-mcf-1 -Dpackaging=jar -cmd /c mvn install:install-file -Dfile=lib/xercesImpl.jar -DgroupId=xerces -DartifactId=xercesImpl-mcf -Dversion=2.9.1 -Dpackaging=jar +cmd /c mvn install:install-file -Dfile=lib/xercesImpl.jar -DgroupId=xerces -DartifactId=xercesImpl -Dversion=2.9.1-mcf-1 -Dpackaging=jar cmd /c mvn install:install-file -Dfile=connectors/jcifs/lib-proprietary/jcifs.jar -DgroupId=org.samba.jcifs -DartifactId=jcifs -Dversion=1.3.17 -Dpackaging=jar cmd /c mvn install:install-file -Dfile=lib/opensaml.jar -DgroupId=org.opensaml -DartifactId=opensaml -Dversion=1.0.1 -Dpackaging=jar Modified: incubator/lcf/branches/CONNECTORS-437/pom.xml URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-437/pom.xml?rev=1308125&r1=1308124&r2=1308125&view=diff ============================================================================== --- incubator/lcf/branches/CONNECTORS-437/pom.xml (original) +++ incubator/lcf/branches/CONNECTORS-437/pom.xml Sun Apr 1 14:44:28 2012 @@ -91,6 +91,9 @@ 1.5 1.5 + true + 128m + 512m