Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 12307 invoked from network); 2 Jan 2011 22:24:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jan 2011 22:24:37 -0000 Received: (qmail 4487 invoked by uid 500); 2 Jan 2011 22:24:37 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 4434 invoked by uid 500); 2 Jan 2011 22:24:36 -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 4427 invoked by uid 99); 2 Jan 2011 22:24:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jan 2011 22:24:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 02 Jan 2011 22:24:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 89EB62388A32; Sun, 2 Jan 2011 22:24:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1054476 - in /directory/shared/branches/alex_refactoring: ldap-model/ ldap-model/pom.xml ldap/pom.xml pom.xml Date: Sun, 02 Jan 2011 22:24:15 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110102222415.89EB62388A32@eris.apache.org> Author: akarasulu Date: Sun Jan 2 22:24:15 2011 New Revision: 1054476 URL: http://svn.apache.org/viewvc?rev=1054476&view=rev Log: creating ldap-model project for domain model objects Added: directory/shared/branches/alex_refactoring/ldap-model/ - copied from r1054430, directory/shared/branches/alex_refactoring/ldap/ Modified: directory/shared/branches/alex_refactoring/ldap-model/pom.xml directory/shared/branches/alex_refactoring/ldap/pom.xml directory/shared/branches/alex_refactoring/pom.xml Modified: directory/shared/branches/alex_refactoring/ldap-model/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/alex_refactoring/ldap-model/pom.xml?rev=1054476&r1=1054430&r2=1054476&view=diff ============================================================================== --- directory/shared/branches/alex_refactoring/ldap-model/pom.xml (original) +++ directory/shared/branches/alex_refactoring/ldap-model/pom.xml Sun Jan 2 22:24:15 2011 @@ -25,10 +25,10 @@ 0.9.20-SNAPSHOT - shared-ldap - Apache Directory Shared LDAP + shared-ldap-model + Apache Directory Shared LDAP Model - Common LDAP packages used by clients and servers + The LDAP domain model API Modified: directory/shared/branches/alex_refactoring/ldap/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/alex_refactoring/ldap/pom.xml?rev=1054476&r1=1054475&r2=1054476&view=diff ============================================================================== --- directory/shared/branches/alex_refactoring/ldap/pom.xml (original) +++ directory/shared/branches/alex_refactoring/ldap/pom.xml Sun Jan 2 22:24:15 2011 @@ -54,6 +54,11 @@ ${project.groupId} + shared-ldap-model + + + + ${project.groupId} shared-util Modified: directory/shared/branches/alex_refactoring/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/alex_refactoring/pom.xml?rev=1054476&r1=1054475&r2=1054476&view=diff ============================================================================== --- directory/shared/branches/alex_refactoring/pom.xml (original) +++ directory/shared/branches/alex_refactoring/pom.xml Sun Jan 2 22:24:15 2011 @@ -76,6 +76,7 @@ asn1-api asn1-ber ldap + ldap-model ldap-schema ldap-client-api dsml-parser @@ -121,6 +122,12 @@ ${project.groupId} + shared-ldap-model + ${project.version} + + + + ${project.groupId} shared-ldap ${project.version}