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 2004/09/28 02:53:34 UTC

svn commit: rev 47359 - in incubator/directory/eve/trunk/backend/impl: . xdocs

Author: akarasulu
Date: Mon Sep 27 17:53:33 2004
New Revision: 47359

Added:
   incubator/directory/eve/trunk/backend/impl/
      - copied from rev 47358, incubator/directory/eve/trunk/backend/schema/matching-rule/bootstrap-impl/
Removed:
   incubator/directory/eve/trunk/backend/impl/xdocs/
Modified:
   incubator/directory/eve/trunk/backend/impl/project.properties
   incubator/directory/eve/trunk/backend/impl/project.xml
Log:
prep for cleanup, and clearing deps

Modified: incubator/directory/eve/trunk/backend/impl/project.properties
==============================================================================
--- incubator/directory/eve/trunk/backend/schema/matching-rule/bootstrap-impl/project.properties	(original)
+++ incubator/directory/eve/trunk/backend/impl/project.properties	Mon Sep 27 17:53:33 2004
@@ -1,5 +1,5 @@
 maven.javadoc.private=true
-maven.javadoc.overview=src/java/org/apache/eve/schema/overview.html
+maven.javadoc.overview=src/java/org/apache/eve/overview.html
 maven.javadoc.customtags=tag1 tag2
 
 tag1.name=todo

Modified: incubator/directory/eve/trunk/backend/impl/project.xml
==============================================================================
--- incubator/directory/eve/trunk/backend/schema/matching-rule/bootstrap-impl/project.xml	(original)
+++ incubator/directory/eve/trunk/backend/impl/project.xml	Mon Sep 27 17:53:33 2004
@@ -1,75 +1,35 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
-    <extend>${basedir}/../../../../project.xml</extend>
+    <extend>${basedir}/../../project.xml</extend>
     <groupId>incubator-directory</groupId>
-    <id>eve-backend-schema-matching-rule-bootstrap-impl</id>
+    <id>backend-impl</id>
   
-    <name>Eve Backend Schema's Bootstrap MatchingRule Registry Implementation</name>
-    <package>org.apache.eve.schema</package>
+    <name>Eve Backend Implementation</name>
+    <package>org.apache.eve</package>
     <currentVersion>SNAPSHOT</currentVersion>
     <inceptionYear>2002</inceptionYear>
       
-    <shortDescription>Eve Backend Schema's Bootstrap MatchingRule Registry Implementation</shortDescription>
+    <shortDescription>Eve Backend Implementation</shortDescription>
 
     <description>
-        Eve's backend subsystem contains several components to manage schema
-        objects.  One of those components is a OID to MatchingRule registry for
-        schema matchingRule.  The registry is responsible for adding new 
-        matchingRules by OID as well as enabling the lookup of matchingRules
-        based on OID.  This project contains the MatchingRuleRegistry 
-        implementation used at server startup rather than the solid state 
-        matchingRule 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 matchingRule information.
-        So this version of the component allows the system backend which 
-        depends on schema information to startup without having a cyclic
-        dependency.
+      POJO implementations of the various services within the Eve backend
+      subsystem.
     </description>
 
     <dependencies>
-      <dependency>
-        <groupId>incubator-directory</groupId>
-        <artifactId>eve-backend-schema-common-api</artifactId>
-        <version>SNAPSHOT</version>
-        <url>http://directory.apache.org/eve/backend/schema/common/api</url>
-      </dependency>
 
       <dependency>
         <groupId>incubator-directory</groupId>
-        <artifactId>eve-backend-schema-oid-api</artifactId>
+        <artifactId>ldap-common</artifactId>
         <version>SNAPSHOT</version>
-        <url>http://directory.apache.org/eve/backend/schema/oid/api</url>
       </dependency>
 
       <dependency>
         <groupId>incubator-directory</groupId>
-        <artifactId>eve-backend-schema-syntax-api</artifactId>
+        <artifactId>backend-api</artifactId>
         <version>SNAPSHOT</version>
-        <url>http://directory.apache.org/eve/backend/schema/matching-rule/api</url>
       </dependency>
 
-      <dependency>
-        <groupId>incubator-directory</groupId>
-        <artifactId>eve-backend-schema-matching-rule-api</artifactId>
-        <version>SNAPSHOT</version>
-        <url>http://directory.apache.org/eve/backend/schema/matching-rule/api</url>
-      </dependency>
-
-      <dependency>
-        <groupId>commons-lang</groupId>
-        <artifactId>commons-lang</artifactId>
-        <version>2.0</version>
-        <url>http://jakarta.apache.org/commons/lang</url>
-      </dependency>
-      
-      <dependency>
-        <groupId>avalon-framework</groupId>
-        <artifactId>avalon-framework-api</artifactId>
-        <version>4.2.0</version>
-        <url>http://avalon.apache.org/framework</url>
-      </dependency>
     </dependencies>
 </project>