Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 12180 invoked from network); 30 Aug 2009 16:49:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Aug 2009 16:49:27 -0000 Received: (qmail 75553 invoked by uid 500); 30 Aug 2009 16:49:27 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 75494 invoked by uid 500); 30 Aug 2009 16:49:27 -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 75485 invoked by uid 99); 30 Aug 2009 16:49:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Aug 2009 16:49:27 +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, 30 Aug 2009 16:49:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 38FA623888E4; Sun, 30 Aug 2009 16:49:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r809376 - in /directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta: comparators/ normalizers/ Date: Sun, 30 Aug 2009 16:49:03 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090830164903.38FA623888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: akarasulu Date: Sun Aug 30 16:49:02 2009 New Revision: 809376 URL: http://svn.apache.org/viewvc?rev=809376&view=rev Log: typographical errors with FCQN attribute Modified: directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.1.ldif directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.3.ldif directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.4.ldif directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/normalizers/1.3.6.1.4.1.18060.0.4.0.1.0.ldif Modified: directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.1.ldif URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.1.ldif?rev=809376&r1=809375&r2=809376&view=diff ============================================================================== --- directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.1.ldif (original) +++ directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.1.ldif Sun Aug 30 16:49:02 2009 @@ -7,5 +7,5 @@ objectclass: top entrycsn: 20090818052728.290000Z#000000#000#000000 m-oid: 1.3.6.1.4.1.18060.0.4.0.1.1 -m-fqcn: org.apache.directory.server.schema.bootstrap.ApachemetaComparatorProduce - r$ObjectClassTypeComparator +m-fqcn: org.apache.directory.shared.ldap.schema.comparators.ObjectClassTypeCompa + rator Modified: directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.3.ldif URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.3.ldif?rev=809376&r1=809375&r2=809376&view=diff ============================================================================== --- directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.3.ldif (original) +++ directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.3.ldif Sun Aug 30 16:49:02 2009 @@ -7,5 +7,5 @@ objectclass: top entrycsn: 20090818052728.114000Z#000000#000#000000 m-oid: 1.3.6.1.4.1.18060.0.4.0.1.3 -m-fqcn: org.apache.directory.server.schema.bootstrap.ApachemetaComparatorProduce - r$DeepTrimToLowerNormalizingComparator +m-fqcn: org.apache.directory.shared.ldap.schema.comparators.DeepTrimToLowerNorma + lizingComparator Modified: directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.4.ldif URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.4.ldif?rev=809376&r1=809375&r2=809376&view=diff ============================================================================== --- directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.4.ldif (original) +++ directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/comparators/1.3.6.1.4.1.18060.0.4.0.1.4.ldif Sun Aug 30 16:49:02 2009 @@ -7,5 +7,5 @@ objectclass: top entrycsn: 20090818052728.072000Z#000000#000#000000 m-oid: 1.3.6.1.4.1.18060.0.4.0.1.4 -m-fqcn: org.apache.directory.server.schema.bootstrap.ApachemetaComparatorProduce - r$DeepTrimToLowerNormalizingComparator +m-fqcn: org.apache.directory.shared.ldap.schema.comparators.DeepTrimToLowerNorma + lizingComparator Modified: directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/normalizers/1.3.6.1.4.1.18060.0.4.0.1.0.ldif URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/normalizers/1.3.6.1.4.1.18060.0.4.0.1.0.ldif?rev=809376&r1=809375&r2=809376&view=diff ============================================================================== --- directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/normalizers/1.3.6.1.4.1.18060.0.4.0.1.0.ldif (original) +++ directory/shared/branches/shared-schema/ldap-schema/src/main/resources/schema/schema/apachemeta/normalizers/1.3.6.1.4.1.18060.0.4.0.1.0.ldif Sun Aug 30 16:49:02 2009 @@ -7,4 +7,5 @@ objectclass: top entrycsn: 20090818052727.772000Z#000000#000#000000 m-oid: 1.3.6.1.4.1.18060.0.4.0.1.0 -m-fqcn: org.apache.directory.server.schema.bootstrap.NameOrNumericIdNormalizer +m-fqcn: org.apache.directory.shared.ldap.schema.comparators.NameOrNumericIdNorma + lizer