Author: akarasulu Date: Sat Dec 18 17:33:27 2004 New Revision: 122726 URL: http://svn.apache.org/viewcvs?view=rev&rev=122726 Log: renaming dib -> core Added: incubator/directory/eve/trunk/core/ - copied from r122688, incubator/directory/eve/trunk/dib/ Removed: incubator/directory/eve/trunk/dib/ Modified: incubator/directory/eve/trunk/core/project.xml incubator/directory/eve/trunk/core/src/aspects/org/apache/eve/jndi/ProviderNexusAspect.java incubator/directory/eve/trunk/main/project.xml
Modified: incubator/directory/eve/trunk/core/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/core/project.xml?view=diff&rev=122726&p1=incubator/directory/eve/trunk/dib/project.xml&r1=122688&p2=incubator/directory/eve/trunk/core/project.xml&r2=122726 ============================================================================== --- incubator/directory/eve/trunk/dib/project.xml (original) +++ incubator/directory/eve/trunk/core/project.xml Sat Dec 18 17:33:27 2004 @@ -2,18 +2,15 @@ <project> <extend>${basedir}/../project.xml</extend> <artifactId>eve-dib</artifactId> - <name>Eve JNDI Provider</name> + <name>Eve Core</name> <inceptionYear>2002</inceptionYear> - <shortDescription>Eve's directory information base</shortDescription> + <shortDescription>Eve's Core</shortDescription> <description> - Eve's backend subsystem or directory information base (DIB) is a JNDI - Provider. The provider translates JNDI operations to backing store calls - on Eve database partitions which constitute the DIB for the DSA. Eve's - database partitions may hang off of separate naming contexts. The provider - uses the LDAP namespace but it is not intended to be an LDAP client. The - provider may have to talk LDAP over the wire only when it needs to chase a - referral to an LDAP server. In such cases, Eve may delegate LDAP client - behavior to the SUN LDAP JNDI Provider. + Eve's core contains all of Eve's backend subsystems. It depends on + protocol and uses it with seda to service LDAP requests. The core + contains the JNDI provider, interceptor framework, interceptor services, + the schema subsystem and the database subsystem. Hence the core is the + heart of the server. </description> <dependencies> <dependency> Modified: incubator/directory/eve/trunk/core/src/aspects/org/apache/eve/jndi/ProviderNexusAspect.java Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/core/src/aspects/org/apache/eve/jndi/ProviderNexusAspect.java?view=diff&rev=122726&p1=incubator/directory/eve/trunk/dib/src/aspects/org/apache/eve/jndi/ProviderNexusAspect.java&r1=122688&p2=incubator/directory/eve/trunk/core/src/aspects/org/apache/eve/jndi/ProviderNexusAspect.java&r2=122726 ============================================================================== --- incubator/directory/eve/trunk/dib/src/aspects/org/apache/eve/jndi/ProviderNexusAspect.java (original) +++ incubator/directory/eve/trunk/core/src/aspects/org/apache/eve/jndi/ProviderNexusAspect.java Sat Dec 18 17:33:27 2004 @@ -26,7 +26,7 @@ * * @author <a href="mailto:[EMAIL PROTECTED]">Alex Karasulu</a> * @author $Author: akarasulu $ - * @version $Revision: 1.5 $ + * @version $Revision$ */ public aspect ProviderNexusAspect { Modified: incubator/directory/eve/trunk/main/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/main/project.xml?view=diff&rev=122726&p1=incubator/directory/eve/trunk/main/project.xml&r1=122725&p2=incubator/directory/eve/trunk/main/project.xml&r2=122726 ============================================================================== --- incubator/directory/eve/trunk/main/project.xml (original) +++ incubator/directory/eve/trunk/main/project.xml Sat Dec 18 17:33:27 2004 @@ -110,7 +110,7 @@ </dependency> <dependency> <groupId>incubator-directory</groupId> - <artifactId>eve-dib</artifactId> + <artifactId>eve-core</artifactId> <version>0.8-SNAPSHOT</version> </dependency> <dependency>
