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 81A93D7F6 for ; Thu, 27 Sep 2012 21:04:03 +0000 (UTC) Received: (qmail 22721 invoked by uid 500); 27 Sep 2012 21:04:03 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 22684 invoked by uid 500); 27 Sep 2012 21:04:03 -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 22677 invoked by uid 99); 27 Sep 2012 21:04:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 21:04:03 +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; Thu, 27 Sep 2012 21:04:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F32A523888E3 for ; Thu, 27 Sep 2012 21:03:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1391217 - /activemq/trunk/activemq-leveldb/pom.xml Date: Thu, 27 Sep 2012 21:03:18 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120927210318.F32A523888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Thu Sep 27 21:03:18 2012 New Revision: 1391217 URL: http://svn.apache.org/viewvc?rev=1391217&view=rev Log: Update to add some m2e settings for those using Eclipse Modified: activemq/trunk/activemq-leveldb/pom.xml Modified: activemq/trunk/activemq-leveldb/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-leveldb/pom.xml?rev=1391217&r1=1391216&r2=1391217&view=diff ============================================================================== --- activemq/trunk/activemq-leveldb/pom.xml (original) +++ activemq/trunk/activemq-leveldb/pom.xml Thu Sep 27 21:03:18 2012 @@ -6,9 +6,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -58,7 +58,7 @@ hawtdispatch-scala ${hawtdispatch-version} - + org.iq80.leveldb leveldb @@ -181,7 +181,7 @@ - + org.apache.activemq activemq-core @@ -363,7 +363,7 @@ org.fusesource.hawtdispatch:hawtdispatch-scala org.fusesource.hawtbuf:hawtbuf org.fusesource.hawtbuf:hawtbuf-proto - + org.iq80.leveldb:leveldb-api + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.fusesource.hawtbuf + + + hawtbuf-protoc + + [1.9,) + + compile + + + + + + + + + org.scala-tools + + maven-scala-plugin + + + [2.15.1,) + + + compile + testCompile + + + + + + + + + + + + + +