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 EB44710F43 for ; Thu, 6 Feb 2014 14:22:19 +0000 (UTC) Received: (qmail 27217 invoked by uid 500); 6 Feb 2014 14:22:19 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 27038 invoked by uid 500); 6 Feb 2014 14:22:16 -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 26463 invoked by uid 99); 6 Feb 2014 14:22:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 14:22:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1A75391DC5C; Thu, 6 Feb 2014 14:22:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hadrian@apache.org To: commits@activemq.apache.org Date: Thu, 06 Feb 2014 14:22:15 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Get mvn eclipse:eclipse work for the leveldb stuff Updated Branches: refs/heads/trunk 3105e4d91 -> 117f86e10 Get mvn eclipse:eclipse work for the leveldb stuff Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/43a88a93 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/43a88a93 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/43a88a93 Branch: refs/heads/trunk Commit: 43a88a9367e3680ed427f6bcbe03f87f3f7bac91 Parents: 146fb12 Author: Daniel Kulp Authored: Wed Feb 5 11:41:22 2014 -0500 Committer: Daniel Kulp Committed: Wed Feb 5 11:41:22 2014 -0500 ---------------------------------------------------------------------- activemq-leveldb-store/pom.xml | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/43a88a93/activemq-leveldb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index 1b7bbaa..6f68731 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -331,6 +331,7 @@ + net.alchim31.maven @@ -406,6 +407,36 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${basedir}/src/main/scala + + + + + add-test-source + generate-test-sources + + add-test-source + + + + ${basedir}/src/test/scala + + + + + @@ -435,6 +466,22 @@ + + org.apache.maven.plugins + maven-eclipse-plugin + + + org.scala-ide.sdt.core.scalabuilder + + + org.scala-ide.sdt.core.scalanature + org.eclipse.jdt.core.javanature + + + **/*.scala + + +