Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 80646 invoked from network); 8 Sep 2006 01:26:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2006 01:26:24 -0000 Received: (qmail 81716 invoked by uid 500); 8 Sep 2006 01:26:23 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 81678 invoked by uid 500); 8 Sep 2006 01:26:23 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 81667 invoked by uid 99); 8 Sep 2006 01:26:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 18:26:23 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 18:26:22 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B7C4F1A981A; Thu, 7 Sep 2006 18:26:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r441319 - in /directory/trunks/mina: core/pom.xml integration-jmx/ integration-jmx/pom.xml jmx/ Date: Fri, 08 Sep 2006 01:26:02 -0000 To: commits@directory.apache.org From: trustin@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060908012602.B7C4F1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: trustin Date: Thu Sep 7 18:26:01 2006 New Revision: 441319 URL: http://svn.apache.org/viewvc?view=rev&rev=441319 Log: * Added a dependency on backport-util-concurrent * Renamged jmx to integration-jmx Added: directory/trunks/mina/integration-jmx/ - copied from r441315, directory/trunks/mina/jmx/ Removed: directory/trunks/mina/jmx/ Modified: directory/trunks/mina/core/pom.xml directory/trunks/mina/integration-jmx/pom.xml Modified: directory/trunks/mina/core/pom.xml URL: http://svn.apache.org/viewvc/directory/trunks/mina/core/pom.xml?view=diff&rev=441319&r1=441318&r2=441319 ============================================================================== --- directory/trunks/mina/core/pom.xml (original) +++ directory/trunks/mina/core/pom.xml Thu Sep 7 18:26:01 2006 @@ -22,6 +22,13 @@ + backport-util-concurrent + backport-util-concurrent + 2.2 + compile + + + easymock easymock 1.2_Java1.3 Modified: directory/trunks/mina/integration-jmx/pom.xml URL: http://svn.apache.org/viewvc/directory/trunks/mina/integration-jmx/pom.xml?view=diff&rev=441319&r1=441315&r2=441319 ============================================================================== --- directory/trunks/mina/integration-jmx/pom.xml (original) +++ directory/trunks/mina/integration-jmx/pom.xml Thu Sep 7 18:26:01 2006 @@ -10,11 +10,19 @@ Apache MINA JMX management jar - - org.apache.mina - mina-core - ${pom.version} - + + org.apache.mina + mina-core + ${pom.version} + compile + + + + javax.management + jmxri + 1.2.1 + compile +