Removed inverted index projects (moved to lsm inverted index).

git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_inverted_index_updates_new@1810 123451ca-8445-de46-9d55-352943316053
diff --git a/pom.xml b/pom.xml
index c292ecb..067c8c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,12 +92,11 @@
     <module>hyracks-storage-common</module>
     <module>hyracks-storage-am-common</module>
     <module>hyracks-storage-am-btree</module>
-    <module>hyracks-storage-am-invertedindex</module>
+    <module>hyracks-storage-am-rtree</module>
     <module>hyracks-storage-am-lsm-common</module>
     <module>hyracks-storage-am-lsm-btree</module>
     <module>hyracks-storage-am-lsm-rtree</module>
     <module>hyracks-storage-am-lsm-invertedindex</module>
-    <module>hyracks-storage-am-rtree</module>
     <module>hyracks-test-support</module>
     <module>hyracks-tests</module>
     <module>hyracks-server</module>