Author: akarasulu
Date: Wed Sep 3 15:25:44 2008
New Revision: 691809
URL: http://svn.apache.org/viewvc?rev=691809&view=rev
Log:
DIRSERVER-1159
Added:
directory/apacheds/trunk/xdbm-base/
- copied from r691768, directory/apacheds/trunk/btree-base/
Removed:
directory/apacheds/trunk/btree-base/
Modified:
directory/apacheds/trunk/pom.xml
directory/apacheds/trunk/server-tools/src/main/manifest/MANIFEST.MF
directory/apacheds/trunk/xdbm-base/pom.xml
Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=691809&r1=691808&r2=691809&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Wed Sep 3 15:25:44 2008
@@ -341,7 +341,7 @@
<module>utils</module>
<module>schema-registries</module>
<module>jdbm-store</module>
- <module>btree-base</module>
+ <module>xdbm-base</module>
<module>xdbm-search</module>
<module>xdbm-tools</module>
<module>core</module>
Modified: directory/apacheds/trunk/server-tools/src/main/manifest/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-tools/src/main/manifest/MANIFEST.MF?rev=691809&r1=691808&r2=691809&view=diff
==============================================================================
--- directory/apacheds/trunk/server-tools/src/main/manifest/MANIFEST.MF (original)
+++ directory/apacheds/trunk/server-tools/src/main/manifest/MANIFEST.MF Wed Sep 3 15:25:44
2008
@@ -17,7 +17,8 @@
../lib/apacheds-core-shared-1.5.4-SNAPSHOT.jar
../lib/apacheds-jdbm-1.5.4-SNAPSHOT.jar
../lib/apacheds-jdbm-store-1.5.4-SNAPSHOT.jar
- ../lib/apacheds-btree-base-1.5.4-SNAPSHOT.jar
+ ../lib/apacheds-xdbm-base-1.5.4-SNAPSHOT.jar
+ ../lib/apacheds-xdbm-search-1.5.4-SNAPSHOT.jar
../lib/apacheds-server-jndi-1.5.4-SNAPSHOT.jar
../lib/apacheds-server-replication-1.5.4-SNAPSHOT.jar
../lib/apacheds-utils-1.5.4-SNAPSHOT.jar
Modified: directory/apacheds/trunk/xdbm-base/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-base/pom.xml?rev=691809&r1=691768&r2=691809&view=diff
==============================================================================
--- directory/apacheds/trunk/xdbm-base/pom.xml (original)
+++ directory/apacheds/trunk/xdbm-base/pom.xml Wed Sep 3 15:25:44 2008
@@ -27,12 +27,11 @@
<version>1.5.4-SNAPSHOT</version>
</parent>
<artifactId>apacheds-btree-base</artifactId>
- <name>ApacheDS BTree Base</name>
+ <name>ApacheDS XDBM Base</name>
<packaging>jar</packaging>
<description>
- Base BTree interfaces used by the BTreePartition and JdbmPartitions as well
- as by the JdbmStore. Used to break cyclic dependencies.
+ Base XDBM (btree based) entry store interfaces.
</description>
<dependencies>
|