summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2012-08-18 15:27:12 -0700
committerMatthias Sohn <matthias.sohn@sap.com>2012-09-05 17:19:51 +0200
commit130ad4ea4407316b1fd115db456c4aa950907196 (patch)
tree4943c050912ff259ea4f13c5fcf521ad8ff7c5b0 /pom.xml
parente44c3e713902faaf3c831827915312666cd6ecd6 (diff)
downloadjgit-130ad4ea4407316b1fd115db456c4aa950907196.tar.gz
jgit-130ad4ea4407316b1fd115db456c4aa950907196.zip
Delete storage.dht package
This experiment proved to be not very useful. I had originally planned to use this on top of Google Bigtable, Apache HBase or Apache Cassandra. Unfortunately the schema is very complex and does not perform well. The storage.dfs package has much better performance and has been in production at Google for many months now, proving it is a viable storage backend for Git. As there are no users of the storage.dht schema, either at Google or any other company, nor any valid open source implementations of the storage system, drop the entire package and API from the JGit project. There is no point in trying to maintain code that is simply not used. Change-Id: Ia8d32f27426d2bcc12e7dc9cc4524c59f4fe4df9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d7eaf95450..67184f02dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,8 +471,6 @@
<modules>
<module>org.eclipse.jgit</module>
- <module>org.eclipse.jgit.generated.storage.dht.proto</module>
- <module>org.eclipse.jgit.storage.dht</module>
<module>org.eclipse.jgit.ant</module>
<module>org.eclipse.jgit.ui</module>
<module>org.eclipse.jgit.http.server</module>
@@ -484,7 +482,6 @@
<module>org.eclipse.jgit.test</module>
<module>org.eclipse.jgit.ant.test</module>
<module>org.eclipse.jgit.http.test</module>
- <module>org.eclipse.jgit.storage.dht.test</module>
<module>org.eclipse.jgit.pgm.test</module>
</modules>