* Created new projects for the LSM-Rtree.
* Added test files.
* Refactored some code.
* Fixed couple of bugs in the r-tree code.
git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_tree@969 123451ca-8445-de46-9d55-352943316053
diff --git a/pom.xml b/pom.xml
index 68e8097..5b9121e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,8 @@
<module>hyracks-storage-am-btree</module>
<module>hyracks-storage-am-invertedindex</module>
<module>hyracks-storage-am-lsmtree</module>
+ <module>hyracks-storage-am-lsmtree-common</module>
+ <module>hyracks-storage-am-lsmtree-rtree</module>
<module>hyracks-storage-am-rtree</module>
<module>hyracks-test-support</module>
<module>hyracks-tests</module>