Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 36324 invoked from network); 19 Jan 2004 03:45:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 19 Jan 2004 03:45:22 -0000 Received: (qmail 72590 invoked by uid 500); 19 Jan 2004 03:45:03 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 72543 invoked by uid 500); 19 Jan 2004 03:45:03 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: directory-dev@incubator.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 72530 invoked from network); 19 Jan 2004 03:45:03 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 19 Jan 2004 03:45:03 -0000 Received: (qmail 36250 invoked by uid 65534); 19 Jan 2004 03:45:21 -0000 Date: 19 Jan 2004 03:45:21 -0000 Message-ID: <20040119034521.36248.qmail@minotaur.apache.org> From: akarasulu@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: rev 6224 - in incubator/directory/ldap/trunk/eve/backend/schema/matching-rule: api bootstrap-impl bootstrap-impl/conf X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Sun Jan 18 19:45:21 2004 New Revision: 6224 Modified: incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/api/project.xml incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/.classpath incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/.project incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/conf/block.xml incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/project.xml Log: made changes to use std convention for project dir names Modified: incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/api/project.xml ============================================================================== --- incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/api/project.xml (original) +++ incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/api/project.xml Sun Jan 18 19:45:21 2004 @@ -2,7 +2,7 @@ ${basedir}/../../../../project.xml directory - eve-backend-schema-matching-api + eve-backend-schema-matching-rule-api Eve Backend Schema's MatchingRule Registry API org.apache.eve.schema Modified: incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/.classpath ============================================================================== --- incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/.classpath (original) +++ incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/.classpath Sun Jan 18 19:45:21 2004 @@ -5,9 +5,8 @@ - - + Modified: incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/.project ============================================================================== --- incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/.project (original) +++ incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/.project Sun Jan 18 19:45:21 2004 @@ -1,10 +1,10 @@ - eve-backend-schema-matching-bootstrap-impl + eve-backend-schema-matching-rule-bootstrap-impl Eve's backend subsystem contains several components to manage schema objects. One of those components is a OID to Syntax registry for all schema syntaxes. The registry is responsible for adding new syntaxes by OID as well as enabling the lookup of Syntaxs based on OID. This project contains the SyntaxRegistry implementation used at server startup rather than the solid state syntax registry. The reason for the separate services is to reduce cyclic dependency. The bootstrap implementation unlike the solid state implementation does not depend on the system backend to store syntax information. So this version of the component allows the system backend which depends on schema information to startup without having a cyclic dependency. eve-backend-schema-common-api - eve-backend-schema-matching-api + eve-backend-schema-matching-rule-api eve-backend-schema-oid-api eve-backend-schema-syntax-api Modified: incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/conf/block.xml ============================================================================== --- incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/conf/block.xml (original) +++ incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/conf/block.xml Sun Jan 18 19:45:21 2004 @@ -10,7 +10,9 @@ - + + + @@ -18,6 +20,9 @@ + Modified: incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/project.xml ============================================================================== --- incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/project.xml (original) +++ incubator/directory/ldap/trunk/eve/backend/schema/matching-rule/bootstrap-impl/project.xml Sun Jan 18 19:45:21 2004 @@ -2,7 +2,7 @@ ${basedir}/../../../../project.xml directory - eve-backend-schema-matching-bootstrap-impl + eve-backend-schema-matching-rule-bootstrap-impl Eve Backend Schema's Bootstrap MatchingRule Registry Implementation org.apache.eve.schema @@ -47,14 +47,14 @@ directory eve-backend-schema-syntax-api SNAPSHOT - http://directory.apache.org/eve/backend/schema/matching/api + http://directory.apache.org/eve/backend/schema/matching-rule/api directory - eve-backend-schema-matching-api + eve-backend-schema-matching-rule-api SNAPSHOT - http://directory.apache.org/eve/backend/schema/matching/api + http://directory.apache.org/eve/backend/schema/matching-rule/api