Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 35071 invoked from network); 16 Dec 2003 02:34:37 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Dec 2003 02:34:37 -0000 Received: (qmail 65864 invoked by uid 500); 16 Dec 2003 02:34:19 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 65832 invoked by uid 500); 16 Dec 2003 02:34:19 -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 65819 invoked from network); 16 Dec 2003 02:34:19 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 16 Dec 2003 02:34:19 -0000 Received: (qmail 35057 invoked by uid 65534); 16 Dec 2003 02:34:36 -0000 Date: 16 Dec 2003 02:34:36 -0000 Message-ID: <20031216023436.35055.qmail@minotaur.apache.org> From: akarasulu@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: rev 1430 - incubator/directory/ldap/trunk/eve/backend/schema/oid/api 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: Mon Dec 15 18:34:35 2003 New Revision: 1430 Added: incubator/directory/ldap/trunk/eve/backend/schema/oid/api/project.properties incubator/directory/ldap/trunk/eve/backend/schema/oid/api/project.xml Modified: incubator/directory/ldap/trunk/eve/backend/schema/oid/api/ (props changed) Log: Added some build stuff Added: incubator/directory/ldap/trunk/eve/backend/schema/oid/api/project.properties ============================================================================== --- (empty file) +++ incubator/directory/ldap/trunk/eve/backend/schema/oid/api/project.properties Mon Dec 15 18:34:35 2003 @@ -0,0 +1,14 @@ +maven.javadoc.private=true +maven.javadoc.overview=src/java/org/apache/eve/schema/overview.html +maven.javadoc.customtags=tag1 tag2 + +tag1.name=todo +tag1.description=To Do: +tag1.enabled=true +tag1.scope=all + +tag2.name=task +tag2.description=Task: +tag2.enabled=false +tag2.scope=all + Added: incubator/directory/ldap/trunk/eve/backend/schema/oid/api/project.xml ============================================================================== --- (empty file) +++ incubator/directory/ldap/trunk/eve/backend/schema/oid/api/project.xml Mon Dec 15 18:34:35 2003 @@ -0,0 +1,23 @@ + + + ${basedir}/../../../../project.xml + directory + eve-backend-schema-oid-api + + Eve Backend Schema's OID Registry API + org.apache.eve.schema + SNAPSHOT + 2002 + + Eve Backend Schema's OID Registry API + + + Eve's backend subsystem contains several components to manage schema + objects. One of those components is a name to OID registry for all + schema entities. The registry is responsible for adding new names + to an OID as well as enabling the lookup of primary and auxillary + names for schema objects with IANA assigned OID numbers. + + + +