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 2007/12/15 20:43:25 UTC

svn commit: r604494 - /directory/sandbox/akarasulu/bigbang/apacheds/jdbm-cursor/pom.xml

Author: akarasulu
Date: Sat Dec 15 11:43:24 2007
New Revision: 604494

URL: http://svn.apache.org/viewvc?rev=604494&view=rev
Log:
change the name of the modules

Modified:
    directory/sandbox/akarasulu/bigbang/apacheds/jdbm-cursor/pom.xml

Modified: directory/sandbox/akarasulu/bigbang/apacheds/jdbm-cursor/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/akarasulu/bigbang/apacheds/jdbm-cursor/pom.xml?rev=604494&r1=604493&r2=604494&view=diff
==============================================================================
--- directory/sandbox/akarasulu/bigbang/apacheds/jdbm-cursor/pom.xml (original)
+++ directory/sandbox/akarasulu/bigbang/apacheds/jdbm-cursor/pom.xml Sat Dec 15 11:43:24 2007
@@ -23,18 +23,12 @@
     <artifactId>apacheds-parent</artifactId>
     <version>1.5.2-SNAPSHOT</version>
   </parent>
-  <artifactId>apacheds-jdbm-store</artifactId>
-  <name>ApacheDS JDBM Store</name>
+  <artifactId>apacheds-jdbm-cursor</artifactId>
+  <name>ApacheDS JDBM Cursor</name>
   <packaging>jar</packaging>
 
   <description>
-    A JDBM entry store which does not have any dependency on core interfaces.
-    The JDBM partition will use this store and build on it to adapt this to 
-    server specific partition interfaces.
-    Having this separate module without dependencies on core interfaces makes
-    it easier to avoid cyclic dependencies between modules.  This is especially
-    important for use within the bootstrap plugin which needs to build the
-    schema partition used for bootstrapping the server.
+    Simple cursor implementations on JDBM based btrees.
   </description>
 
   <dependencies>