Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 45700 invoked from network); 6 Feb 2011 23:51:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Feb 2011 23:51:19 -0000 Received: (qmail 98033 invoked by uid 500); 6 Feb 2011 23:51:19 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 97980 invoked by uid 500); 6 Feb 2011 23:51:19 -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 97973 invoked by uid 99); 6 Feb 2011 23:51:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 23:51:19 +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; Sun, 06 Feb 2011 23:51:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5B0DC2388A6B; Sun, 6 Feb 2011 23:50:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1067823 - in /directory/shared/branches/m1: ldap-codec/pom.xml ldap/pom.xml Date: Sun, 06 Feb 2011 23:50:56 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110206235056.5B0DC2388A6B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: akarasulu Date: Sun Feb 6 23:50:55 2011 New Revision: 1067823 URL: http://svn.apache.org/viewvc?rev=1067823&view=rev Log: added codec dependency to old ldap trash, and making ldap-codec export extras Modified: directory/shared/branches/m1/ldap-codec/pom.xml directory/shared/branches/m1/ldap/pom.xml Modified: directory/shared/branches/m1/ldap-codec/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/m1/ldap-codec/pom.xml?rev=1067823&r1=1067822&r2=1067823&view=diff ============================================================================== --- directory/shared/branches/m1/ldap-codec/pom.xml (original) +++ directory/shared/branches/m1/ldap-codec/pom.xml Sun Feb 6 23:50:55 2011 @@ -141,6 +141,7 @@ ${project.groupId}.ldap.codec org.apache.directory.shared.ldap.codec.api, + org.apache.directory.shared.ldap.extras.controls Modified: directory/shared/branches/m1/ldap/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/m1/ldap/pom.xml?rev=1067823&r1=1067822&r2=1067823&view=diff ============================================================================== --- directory/shared/branches/m1/ldap/pom.xml (original) +++ directory/shared/branches/m1/ldap/pom.xml Sun Feb 6 23:50:55 2011 @@ -63,6 +63,11 @@ + ${project.groupId} + shared-ldap-codec + + + org.apache.mina mina-core