Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-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 E78207D59 for ; Fri, 14 Oct 2011 13:36:13 +0000 (UTC) Received: (qmail 31508 invoked by uid 500); 14 Oct 2011 13:36:13 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 31481 invoked by uid 500); 14 Oct 2011 13:36:13 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 31474 invoked by uid 99); 14 Oct 2011 13:36:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2011 13:36:13 +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, 14 Oct 2011 13:36:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DEB6323889E3; Fri, 14 Oct 2011 13:35:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1183354 - in /incubator/accumulo/branches/1.3: contrib/libthrift-0.3.jar pom.xml Date: Fri, 14 Oct 2011 13:35:48 -0000 To: accumulo-commits@incubator.apache.org From: vines@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111014133548.DEB6323889E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vines Date: Fri Oct 14 13:35:48 2011 New Revision: 1183354 URL: http://svn.apache.org/viewvc?rev=1183354&view=rev Log: fixes ACCUMULO-8 - pom file defines the relative path for the subprojects, which will have them point to the jar in contrib, provided relativePath is defined for the parent in each dependant child. Added: incubator/accumulo/branches/1.3/contrib/libthrift-0.3.jar (with props) Modified: incubator/accumulo/branches/1.3/pom.xml Added: incubator/accumulo/branches/1.3/contrib/libthrift-0.3.jar URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/contrib/libthrift-0.3.jar?rev=1183354&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/accumulo/branches/1.3/contrib/libthrift-0.3.jar ------------------------------------------------------------------------------ svn:executable = * Propchange: incubator/accumulo/branches/1.3/contrib/libthrift-0.3.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: incubator/accumulo/branches/1.3/pom.xml URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/pom.xml?rev=1183354&r1=1183353&r2=1183354&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/pom.xml (original) +++ incubator/accumulo/branches/1.3/pom.xml Fri Oct 14 13:35:48 2011 @@ -164,9 +164,10 @@ ${project.version} Accumulo BigTable clone - Accumulo is a large distributed structured store based on Google's + Accumulo is a large distributed structured store based + on Google's BigTable design. - + FIXME http://incubator.apache.org/accumulo Utilities @@ -265,7 +266,7 @@ /bin/bash - docs/src/user_manual/build.sh + docs/src/user_manual/build.sh @@ -280,46 +281,46 @@ - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.0,) - - copy-dependencies - - - - - - - - - org.codehaus.mojo - exec-maven-plugin - [1.1.1,) - - exec - - - - - - - - - - - - + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.0,) + + copy-dependencies + + + + + + + + + org.codehaus.mojo + exec-maven-plugin + [1.1.1,) + + exec + + + + + + + + + + + + @@ -463,11 +464,11 @@ - - org.apache.accumulo - cloudtrace - 1.3.5-incubating-SNAPSHOT - + + org.apache.accumulo + cloudtrace + 1.3.5-incubating-SNAPSHOT + org.apache.accumulo accumulo-start @@ -514,6 +515,8 @@ org.apache.thrift libthrift 0.3 + system + ${basedir}/${project.parent.relativePath}/contrib/libthrift-0.3.jar jline @@ -560,16 +563,16 @@ slf4j-log4j12 1.4.3 - - org.apache.commons - commons-jci-core + + org.apache.commons + commons-jci-core 1.0 - - - org.apache.commons - commons-jci-fam + + + org.apache.commons + commons-jci-fam 1.0 - + @@ -581,20 +584,20 @@ - - - accumulo-releases-repo - http://incubator.apache.org/accumulo - - - accumulo-snapshots-repo - http://incubator.apache.org/accumulo - - + + + accumulo-releases-repo + http://incubator.apache.org/accumulo + + + accumulo-snapshots-repo + http://incubator.apache.org/accumulo + + - - http://incubator.apache.org/accumulo - http://incubator.apache.org/accumulo - + + http://incubator.apache.org/accumulo + http://incubator.apache.org/accumulo +