Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 56818 invoked from network); 27 Feb 2011 20:29:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2011 20:29:09 -0000 Received: (qmail 85112 invoked by uid 500); 27 Feb 2011 20:29:09 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 85069 invoked by uid 500); 27 Feb 2011 20:29:09 -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 85060 invoked by uid 99); 27 Feb 2011 20:29:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Feb 2011 20:29:09 +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, 27 Feb 2011 20:29:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 95F3B23889D7; Sun, 27 Feb 2011 20:28:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1075137 - /directory/shared/branches/akarasulu/ldap-protocol-codec/pom.xml Date: Sun, 27 Feb 2011 20:28:48 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110227202848.95F3B23889D7@eris.apache.org> Author: akarasulu Date: Sun Feb 27 20:28:48 2011 New Revision: 1075137 URL: http://svn.apache.org/viewvc?rev=1075137&view=rev Log: DIRSHARED-92: changing pom for new module Modified: directory/shared/branches/akarasulu/ldap-protocol-codec/pom.xml Modified: directory/shared/branches/akarasulu/ldap-protocol-codec/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/akarasulu/ldap-protocol-codec/pom.xml?rev=1075137&r1=1075136&r2=1075137&view=diff ============================================================================== --- directory/shared/branches/akarasulu/ldap-protocol-codec/pom.xml (original) +++ directory/shared/branches/akarasulu/ldap-protocol-codec/pom.xml Sun Feb 27 20:28:48 2011 @@ -25,10 +25,10 @@ 1.0.0-M2-SNAPSHOT - shared-ldap-codec - Apache Directory Shared LDAP Codec + shared-ldap-protocol-codec + Apache Directory Shared LDAP Protocol Codec bundle - LDAP Codec used by clients and servers + LDAP ProtocolCodecFactory implementation based on MINA @@ -39,27 +39,7 @@ ${project.groupId} - shared-util - - - - ${project.groupId} - shared-asn1-api - - - - ${project.groupId} - shared-asn1-ber - - - - ${project.groupId} - shared-i18n - - - - ${project.groupId} - shared-ldap-model + shared-ldap-codec @@ -68,16 +48,6 @@ - commons-lang - commons-lang - - - - commons-collections - commons-collections - - - org.osgi org.osgi provided @@ -87,30 +57,6 @@ - maven-antrun-plugin - - - generate-sources - - - run - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - - - org.apache.felix maven-bundle-plugin true @@ -118,13 +64,10 @@ META-INF - ${project.groupId}.ldap.codec + ${project.groupId}.ldap.protocol.codec lazy - - org.apache.directory.shared.ldap.codec.api - - org.apache.directory.shared.ldap.codec.osgi.DefaultActivator + org.apache.directory.shared.ldap.codec.protocol.mina.DefaultActivator