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 16:40:56 UTC

svn commit: rev 1434 - incubator/directory/ldap/trunk/eve/backend/schema/oid/impl

Author: akarasulu
Date: Tue Dec 16 07:40:55 2003
New Revision: 1434

Added:
   incubator/directory/ldap/trunk/eve/backend/schema/oid/impl/project.properties
   incubator/directory/ldap/trunk/eve/backend/schema/oid/impl/project.xml
Log:
adding build files

Added: incubator/directory/ldap/trunk/eve/backend/schema/oid/impl/project.properties
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/eve/backend/schema/oid/impl/project.properties	Tue Dec 16 07:40:55 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/impl/project.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/eve/backend/schema/oid/impl/project.xml	Tue Dec 16 07:40:55 2003
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+    <extend>${basedir}/../../../../project.xml</extend>
+    <groupId>directory</groupId>
+    <id>eve-backend-schema-oid-impl</id>
+  
+    <name>Eve Backend Schema's OID Registry Implementation</name>
+    <package>org.apache.eve.schema</package>
+    <currentVersion>SNAPSHOT</currentVersion>
+    <inceptionYear>2002</inceptionYear>
+      
+    <shortDescription>Eve Backend Schema's OID Registry Implementation</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.  This 
+        project contains the default OidRegistry implementation used.
+    </description>
+
+    <dependencies>
+      <dependency>
+        <groupId>directory</groupId>
+        <artifactId>eve-backend-schema-oid-api</artifactId>
+        <version>SNAPSHOT</version>
+        <url>http://directory.apache.org/eve/backend/schema/oid/api</url>
+      </dependency>
+    </dependencies>
+      
+</project>
+