Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 46773 invoked from network); 15 May 2010 20:51:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 May 2010 20:51:55 -0000 Received: (qmail 39750 invoked by uid 500); 15 May 2010 20:51:55 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 39711 invoked by uid 500); 15 May 2010 20:51:55 -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 39704 invoked by uid 99); 15 May 2010 20:51:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 May 2010 20:51:55 +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; Sat, 15 May 2010 20:51:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D9D2423889B6; Sat, 15 May 2010 20:51:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r944717 - in /directory/apacheds/trunk: all/pom.xml core-api/pom.xml core-api/src/main/java/org/apache/directory/server/core/entry/ core-api/src/test/ core-entry/ jdbm-store/pom.xml ldap-client-test/pom.xml pom.xml utils/pom.xml Date: Sat, 15 May 2010 20:51:31 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100515205131.D9D2423889B6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: seelmann Date: Sat May 15 20:51:31 2010 New Revision: 944717 URL: http://svn.apache.org/viewvc?rev=944717&view=rev Log: Moved remaining classed from core-entry to core-api, delete core-entry module Added: directory/apacheds/trunk/core-api/src/main/java/org/apache/directory/server/core/entry/ - copied from r944707, directory/apacheds/trunk/core-entry/src/main/java/org/apache/directory/server/core/entry/ directory/apacheds/trunk/core-api/src/test/ - copied from r944707, directory/apacheds/trunk/core-entry/src/test/ Removed: directory/apacheds/trunk/core-entry/ Modified: directory/apacheds/trunk/all/pom.xml directory/apacheds/trunk/core-api/pom.xml directory/apacheds/trunk/jdbm-store/pom.xml directory/apacheds/trunk/ldap-client-test/pom.xml directory/apacheds/trunk/pom.xml directory/apacheds/trunk/utils/pom.xml Modified: directory/apacheds/trunk/all/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/all/pom.xml?rev=944717&r1=944716&r2=944717&view=diff ============================================================================== --- directory/apacheds/trunk/all/pom.xml (original) +++ directory/apacheds/trunk/all/pom.xml Sat May 15 20:51:31 2010 @@ -69,12 +69,6 @@ - apacheds-core-entry - ${project.groupId} - ${project.version} - - - apacheds-core-jndi ${project.groupId} ${project.version} Modified: directory/apacheds/trunk/core-api/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-api/pom.xml?rev=944717&r1=944716&r2=944717&view=diff ============================================================================== --- directory/apacheds/trunk/core-api/pom.xml (original) +++ directory/apacheds/trunk/core-api/pom.xml Sat May 15 20:51:31 2010 @@ -55,12 +55,6 @@ - apacheds-core-entry - ${project.groupId} - ${project.version} - - - apacheds-core-constants ${project.groupId} ${project.version} Modified: directory/apacheds/trunk/jdbm-store/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-store/pom.xml?rev=944717&r1=944716&r2=944717&view=diff ============================================================================== --- directory/apacheds/trunk/jdbm-store/pom.xml (original) +++ directory/apacheds/trunk/jdbm-store/pom.xml Sat May 15 20:51:31 2010 @@ -55,12 +55,6 @@ - apacheds-core-entry - ${project.groupId} - ${project.version} - - - apacheds-core-avl ${project.groupId} ${project.version} Modified: directory/apacheds/trunk/ldap-client-test/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldap-client-test/pom.xml?rev=944717&r1=944716&r2=944717&view=diff ============================================================================== --- directory/apacheds/trunk/ldap-client-test/pom.xml (original) +++ directory/apacheds/trunk/ldap-client-test/pom.xml Sat May 15 20:51:31 2010 @@ -62,12 +62,6 @@ org.apache.directory.server - apacheds-core-entry - ${org.apache.directory.server.version} - - - - org.apache.directory.server apacheds-protocol-ldap ${org.apache.directory.server.version} Modified: directory/apacheds/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=944717&r1=944716&r2=944717&view=diff ============================================================================== --- directory/apacheds/trunk/pom.xml (original) +++ directory/apacheds/trunk/pom.xml Sat May 15 20:51:31 2010 @@ -518,7 +518,6 @@ core-jndi core-constants core-integ - core-entry core-avl avl-partition ldif-partition Modified: directory/apacheds/trunk/utils/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/utils/pom.xml?rev=944717&r1=944716&r2=944717&view=diff ============================================================================== --- directory/apacheds/trunk/utils/pom.xml (original) +++ directory/apacheds/trunk/utils/pom.xml Sat May 15 20:51:31 2010 @@ -43,7 +43,7 @@ - apacheds-core-entry + apacheds-i18n ${project.groupId} ${project.version}