Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-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 99DCA11C87 for ; Sat, 11 May 2013 02:09:02 +0000 (UTC) Received: (qmail 72642 invoked by uid 500); 11 May 2013 02:09:02 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 72622 invoked by uid 500); 11 May 2013 02:09:02 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 72614 invoked by uid 99); 11 May 2013 02:09:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 02:09:02 +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; Sat, 11 May 2013 02:09:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 960AC23888E4; Sat, 11 May 2013 02:08:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1481250 - in /accumulo/trunk: ./ assemble/ assemble/pom.xml assemble/src/main/assemblies/bin.xml assemble/src/main/assemblies/binary-release.xml bin/tool.sh pom.xml Date: Sat, 11 May 2013 02:08:40 -0000 To: commits@accumulo.apache.org From: ctubbsii@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130511020840.960AC23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ctubbsii Date: Sat May 11 02:08:39 2013 New Revision: 1481250 URL: http://svn.apache.org/r1481250 Log: ACCUMULO-1404, ACCUMULO-1384 merge to trunk Added: accumulo/trunk/assemble/src/main/assemblies/binary-release.xml - copied unchanged from r1481249, accumulo/branches/1.5/assemble/src/main/assemblies/binary-release.xml Removed: accumulo/trunk/assemble/src/main/assemblies/bin.xml Modified: accumulo/trunk/ (props changed) accumulo/trunk/assemble/ (props changed) accumulo/trunk/assemble/pom.xml accumulo/trunk/bin/tool.sh accumulo/trunk/pom.xml (contents, props changed) Propchange: accumulo/trunk/ ------------------------------------------------------------------------------ Merged /accumulo/branches/1.5:r1480478-1480504,1480508-1480863,1480865-1481249 Propchange: accumulo/trunk/assemble/ ------------------------------------------------------------------------------ Merged /accumulo/branches/1.5/assemble:r1480478-1480504,1480508-1480863,1480865-1481249 Modified: accumulo/trunk/assemble/pom.xml URL: http://svn.apache.org/viewvc/accumulo/trunk/assemble/pom.xml?rev=1481250&r1=1481249&r2=1481250&view=diff ============================================================================== --- accumulo/trunk/assemble/pom.xml (original) +++ accumulo/trunk/assemble/pom.xml Sat May 11 02:08:39 2013 @@ -117,7 +117,7 @@ package - src/main/assemblies/bin.xml + src/main/assemblies/binary-release.xml @@ -169,14 +169,6 @@ bin accumulo - accumulo-core - accumulo-examples - accumulo-fate - accumulo-proxy - accumulo-server - accumulo-start - accumulo-test - accumulo-trace jre @@ -188,6 +180,9 @@ /opt/accumulo/accumulo-${project.version} + ${accumulo-top}/CHANGES + + ${accumulo-top}/LICENSE @@ -210,25 +205,6 @@ - /opt/accumulo/accumulo-${project.version}/test - - - ${accumulo-top}/test - - src/** - target/** - **/walkers.txt - **/ingesters.txt - **/continuous-env.sh - .*/** - **/*.pyc - **/*.pyo - pom.xml - - - - - /opt/accumulo/accumulo-${project.version}/bin @@ -245,25 +221,21 @@ /opt/accumulo/accumulo-${project.version}/conf + true ${accumulo-top}/conf - - ${accumulo-top}/**/accumulo-site.xml - ${accumulo-top}/**/accumulo-env.sh - ${accumulo-top}/**/accumulo-metrics.xml - ${accumulo-top}/**/test-* - ${accumulo-top}/**/slaves - ${accumulo-top}/**/masters - ${accumulo-top}/**/tracers - ${accumulo-top}/**/gc - ${accumulo-top}/**/monitor - + + accumulo.policy.example + examples/**/* + examples/**/*.* + /opt/accumulo/accumulo-${project.version}/lib + true ${accumulo-top}/lib @@ -293,7 +265,7 @@ accumulo-native - accumulo-server + accumulo @@ -310,6 +282,45 @@ + + build-tests-rpm + + attached-rpm + + package + + accumulo-test + test + + accumulo-test + + + accumulo + python + + + + /opt/accumulo/accumulo-${project.version}/test + + + ${accumulo-top}/test + + src/** + target/** + **/walkers.txt + **/ingesters.txt + **/continuous-env.sh + .*/** + **/*.pyc + **/*.pyo + pom.xml + + + + + + + @@ -344,7 +355,7 @@ perm /usr/lib/accumulo/lib - **/.svn/**,**/lib/native/** + **/.svn/**,native/** ${accumulo-top}/NOTICE @@ -371,13 +382,21 @@ + ${accumulo-top}/LICENSE + file + + perm + /usr/lib/accumulo + + + ${accumulo-top}/docs directory perm /usr/lib/accumulo/docs - **/.svn/** + **/.svn/**,src/** ${accumulo-top}/bin @@ -396,15 +415,7 @@ perm /usr/lib/accumulo/conf - **/.svn/**,**/accumulo-site.xml,**/accumulo-env.sh,**/accumulo-metrics.xml,**/test-*,**/slaves,**/masters,**/tracers,**/gc,**/monitor - - - ${accumulo-top}/conf/examples - directory - - perm - /usr/lib/accumulo/conf/examples - + accumulo.policy.example,examples/** **/.svn/** @@ -469,7 +480,7 @@ perm /usr/lib/accumulo/test - **/.svn/**,**/*.pyc + **/.svn/**,**/*.pyc,src/**,target/**,**/walkers.txt,**/ingesters.txt,**/continuous-env.sh,.*/**,**/*.pyc,**/*.pyo,pom.xml Modified: accumulo/trunk/bin/tool.sh URL: http://svn.apache.org/viewvc/accumulo/trunk/bin/tool.sh?rev=1481250&r1=1481249&r2=1481250&view=diff ============================================================================== --- accumulo/trunk/bin/tool.sh (original) +++ accumulo/trunk/bin/tool.sh Sat May 11 02:08:39 2013 @@ -71,7 +71,7 @@ for arg in "$@"; do done LIB_JARS="$THRIFT_LIB,$CORE_LIB,$FATE_LIB,$ZOOKEEPER_LIB,$TRACE_LIB,$JCOMMANDER_LIB,$COMMONS_VFS_LIB" -H_JARS="$THRIFT_LIB:$CORE_LIB:$FATE_LIB:$ZOOKEEPER_LIB:$TRACE_LIB:$JCOMMANDER_LIB,$COMMONS_VFS_LIB" +H_JARS="$THRIFT_LIB:$CORE_LIB:$FATE_LIB:$ZOOKEEPER_LIB:$TRACE_LIB:$JCOMMANDER_LIB:$COMMONS_VFS_LIB" for jar in $USERJARS; do LIB_JARS="$LIB_JARS,$jar" Modified: accumulo/trunk/pom.xml URL: http://svn.apache.org/viewvc/accumulo/trunk/pom.xml?rev=1481250&r1=1481249&r2=1481250&view=diff ============================================================================== --- accumulo/trunk/pom.xml (original) +++ accumulo/trunk/pom.xml Sat May 11 02:08:39 2013 @@ -106,23 +106,14 @@ ${project.version} - - -P seal-jars,check-licenses,thrift,native,assemble,docs,rpm,deb - - true 3.0.4 1.5 - - clean compile javadoc:aggregate install UTF-8 UTF-8 false source-release-zip-tar - - @{project.version}-RC 3.3.6 @@ -335,6 +326,7 @@ recommended_2008_06 \n + false 2 scope,groupId,artifactId true @@ -429,6 +421,18 @@ org.apache.maven.plugins + maven-release-plugin + + -P apache-release,seal-jars,check-licenses,thrift,native,assemble,docs,rpm,deb + true + clean compile javadoc:aggregate deploy + clean compile javadoc:aggregate verify + @{project.version}-RC + false + + + + org.apache.maven.plugins maven-site-plugin true @@ -507,7 +511,7 @@ - + @@ -520,7 +524,7 @@ - + @@ -533,7 +537,7 @@ - + @@ -546,7 +550,7 @@ - + @@ -559,7 +563,7 @@ - + Propchange: accumulo/trunk/pom.xml ------------------------------------------------------------------------------ Merged /accumulo/branches/1.5/pom.xml:r1480478-1480504,1480508-1480863,1480865-1481249