Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-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 F15D3D41F for ; Sat, 8 Dec 2012 16:02:22 +0000 (UTC) Received: (qmail 41394 invoked by uid 500); 8 Dec 2012 16:02:22 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 41352 invoked by uid 500); 8 Dec 2012 16:02:21 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 41326 invoked by uid 99); 8 Dec 2012 16:02:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2012 16:02:20 +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, 08 Dec 2012 16:02:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 79395238896F; Sat, 8 Dec 2012 16:01:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1418698 - in /activemq/trunk: activemq-leveldb-store/pom.xml pom.xml Date: Sat, 08 Dec 2012 16:01:56 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121208160156.79395238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Sat Dec 8 16:01:55 2012 New Revision: 1418698 URL: http://svn.apache.org/viewvc?rev=1418698&view=rev Log: Simplify LevelDB store build, use latest versions of leveldb. Modified: activemq/trunk/activemq-leveldb-store/pom.xml activemq/trunk/pom.xml Modified: activemq/trunk/activemq-leveldb-store/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-leveldb-store/pom.xml?rev=1418698&r1=1418697&r2=1418698&view=diff ============================================================================== --- activemq/trunk/activemq-leveldb-store/pom.xml (original) +++ activemq/trunk/activemq-leveldb-store/pom.xml Sat Dec 8 16:01:55 2012 @@ -61,8 +61,14 @@ org.iq80.leveldb + leveldb-api + ${leveldb-version} + + + + org.iq80.leveldb leveldb - 0.2 + ${leveldb-version} @@ -354,83 +360,6 @@ - - org.fusesource.mvnplugins - maven-uberize-plugin - 1.14 - - - all - package - uberize - - - - true - uber - - - org.scala-lang:scala-library - org.fusesource.hawtdispatch:hawtdispatch - org.fusesource.hawtdispatch:hawtdispatch-scala - org.fusesource.hawtbuf:hawtbuf - org.fusesource.hawtbuf:hawtbuf-proto - - org.iq80.leveldb:leveldb-api - - - org.xerial.snappy:snappy-java - - org.fusesource.leveldbjni:leveldbjni - org.fusesource.leveldbjni:leveldbjni-osx - org.fusesource.leveldbjni:leveldbjni-linux32 - org.fusesource.leveldbjni:leveldbjni-linux64 - org.fusesource.hawtjni:hawtjni-runtime - - - org.apache.hadoop:hadoop-core - commons-configuration:commons-configuration - org.codehaus.jackson:jackson-mapper-asl - org.codehaus.jackson:jackson-core-asl - - - - - - - org.apache.felix - maven-bundle-plugin - - bundle - - - ${project.groupId}.${project.artifactId} - org.apache.activemq.activemq-core - - org.apache.activemq.leveldb*;version=${project.version};-noimport:=;-split-package:=merge-last, - - *;inline=**;artifactId= - hawtjni-runtime|hawtbuf|hawtbuf-proto|hawtdispatch|hawtdispatch-scala|scala-library| - leveldb-api|leveldbjni|leveldbjni-osx|leveldbjni-linux32|leveldbjni-linux64| - hadoop-core|commons-configuration|jackson-mapper-asl|jackson-core-asl|commons-lang - true - *;resolution:=optional - - - - - bundle - package - - bundle - - - - Modified: activemq/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1418698&r1=1418697&r2=1418698&view=diff ============================================================================== --- activemq/trunk/pom.xml (original) +++ activemq/trunk/pom.xml Sat Dec 8 16:01:55 2012 @@ -60,7 +60,7 @@ 1.0 3.1 2.0.0-M6 - 1.3 + 1.0.6 1.0 1.0.0 @@ -83,7 +83,9 @@ 4.10 2.0 2.2.9 - 1.3 + 0.4 + 0.4 + 1.4 1.2.17 1.4 1.2.0 @@ -1019,12 +1021,6 @@ standard 1.1.2 - - org.fusesource.fuse-extra - fusemq-leveldb - ${fusemq-leveldb-version} - true - org.apache.geronimo.components