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/17 04:43:33 UTC

svn commit: rev 1462 - incubator/directory/ldap/trunk/eve/backend/schema/syntax/api

Author: akarasulu
Date: Tue Dec 16 19:43:33 2003
New Revision: 1462

Added:
   incubator/directory/ldap/trunk/eve/backend/schema/syntax/api/project.properties
   incubator/directory/ldap/trunk/eve/backend/schema/syntax/api/project.xml
Log:
project build stuff

Added: incubator/directory/ldap/trunk/eve/backend/schema/syntax/api/project.properties
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/eve/backend/schema/syntax/api/project.properties	Tue Dec 16 19:43:33 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/syntax/api/project.xml
==============================================================================
--- (empty file)
+++ incubator/directory/ldap/trunk/eve/backend/schema/syntax/api/project.xml	Tue Dec 16 19:43:33 2003
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+    <extend>${basedir}/../../../../project.xml</extend>
+    <groupId>directory</groupId>
+    <id>eve-backend-schema-syntax-api</id>
+  
+    <name>Eve Backend Schema's Syntax Registry API</name>
+    <package>org.apache.eve.schema</package>
+    <currentVersion>SNAPSHOT</currentVersion>
+    <inceptionYear>2002</inceptionYear>
+      
+    <shortDescription>Eve Backend Schema's Syntax Registry API</shortDescription>
+
+    <description>
+        Eve's backend subsystem contains several components to manage schema
+        objects.  One of those components is a OID Syntax object registry.  
+        The registry is methods for looking up syntaxes based on an OID as 
+        well as methods for registering syntaxes with their IANA assigned OID 
+        numbers.
+    </description>
+    
+    <dependencies>
+      <dependency>
+        <groupId>directory</groupId>
+        <artifactId>eve-backend-schema-common-api</artifactId>
+        <version>SNAPSHOT</version>
+        <url>http://directory.apache.org/eve/backend/schema/common/api</url>
+      </dependency>
+    </dependencies>
+</project>
+