You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2003/12/16 03:34:36 UTC

svn commit: rev 1430 - incubator/directory/ldap/trunk/eve/backend/schema/oid/api

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 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+    <extend>${basedir}/../../../../project.xml</extend>
+    <groupId>directory</groupId>
+    <id>eve-backend-schema-oid-api</id>
+  
+    <name>Eve Backend Schema's OID Registry API</name>
+    <package>org.apache.eve.schema</package>
+    <currentVersion>SNAPSHOT</currentVersion>
+    <inceptionYear>2002</inceptionYear>
+      
+    <shortDescription>Eve Backend Schema's OID Registry API</shortDescription>
+
+    <description>
+        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.
+    </description>
+      
+</project>
+