Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 11718 invoked from network); 7 Feb 2006 18:37:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Feb 2006 18:37:49 -0000 Received: (qmail 10483 invoked by uid 500); 7 Feb 2006 18:37:48 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 10447 invoked by uid 500); 7 Feb 2006 18:37:48 -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 10436 invoked by uid 99); 7 Feb 2006 18:37:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 10:37:48 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 07 Feb 2006 10:37:47 -0800 Received: (qmail 11275 invoked by uid 65534); 7 Feb 2006 18:37:09 -0000 Message-ID: <20060207183709.11230.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r375656 - in /directory/trunks: apacheds/kerberos-shared/pom.xml apacheds/pom.xml common/ pom.xml shared/ shared/ldap/pom.xml shared/pom.xml Date: Tue, 07 Feb 2006 18:36:10 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Tue Feb 7 10:36:06 2006 New Revision: 375656 URL: http://svn.apache.org/viewcvs?rev=375656&view=rev Log: moved common to shared to avoid jakarta commons like stigma :) and setup the aid, gid for what was once ldap-common Added: directory/trunks/shared/ - copied from r375651, directory/trunks/common/ Removed: directory/trunks/common/ Modified: directory/trunks/apacheds/kerberos-shared/pom.xml directory/trunks/apacheds/pom.xml directory/trunks/pom.xml directory/trunks/shared/ldap/pom.xml directory/trunks/shared/pom.xml Modified: directory/trunks/apacheds/kerberos-shared/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/kerberos-shared/pom.xml?rev=375656&r1=375655&r2=375656&view=diff ============================================================================== --- directory/trunks/apacheds/kerberos-shared/pom.xml (original) +++ directory/trunks/apacheds/kerberos-shared/pom.xml Tue Feb 7 10:36:06 2006 @@ -8,7 +8,7 @@ 0.7-SNAPSHOT apacheds-kerberos-shared - ApacheDS Kerberos Shared Library + ApacheDS Protocol Kerberos Shared Library jar Modified: directory/trunks/apacheds/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=375656&r1=375655&r2=375656&view=diff ============================================================================== --- directory/trunks/apacheds/pom.xml (original) +++ directory/trunks/apacheds/pom.xml Tue Feb 7 10:36:06 2006 @@ -52,8 +52,8 @@ - org.apache.directory.common - org.apache.ldap.common + org.apache.directory.shared + ldap-shared 0.9.4-SNAPSHOT Modified: directory/trunks/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/pom.xml?rev=375656&r1=375655&r2=375656&view=diff ============================================================================== --- directory/trunks/pom.xml (original) +++ directory/trunks/pom.xml Tue Feb 7 10:36:06 2006 @@ -10,7 +10,7 @@ asn1 mina apacheds - common + shared daemon Modified: directory/trunks/shared/ldap/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/shared/ldap/pom.xml?rev=375656&r1=375651&r2=375656&view=diff ============================================================================== --- directory/trunks/shared/ldap/pom.xml (original) +++ directory/trunks/shared/ldap/pom.xml Tue Feb 7 10:36:06 2006 @@ -2,14 +2,13 @@ 4.0.0 - org.apache.directory.common + org.apache.directory.shared build 0.9.4-SNAPSHOT - org.apache.directory.common - org.apache.ldap.common + ldap-shared 0.9.4-SNAPSHOT - ldap-common + Apache Directory Protocol Ldap Shared Library 2004 Modified: directory/trunks/shared/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/shared/pom.xml?rev=375656&r1=375651&r2=375656&view=diff ============================================================================== --- directory/trunks/shared/pom.xml (original) +++ directory/trunks/shared/pom.xml Tue Feb 7 10:36:06 2006 @@ -6,9 +6,9 @@ build 1.0-SNAPSHOT - org.apache.directory.common + org.apache.directory.shared build - common-build + Apache Directory Shared Build pom 0.9.4-SNAPSHOT