Move non-Gerrit-specific project index code to new package

This is similar to the split between index and server.index: these
pieces of the index code do not depend on Gerrit internals and may be
used to implement a project index in non-Gerrit servers. In other words,
this is the logical continuation of the work started in I07beec95.

Change-Id: Ic56eb46a5386cdd72f62117ad36b24ca85659809
This commit is contained in:
Dave Borowitz
2018-03-16 16:27:33 -04:00
parent e9dac39d6b
commit abafb7c1ae
37 changed files with 96 additions and 59 deletions

View File

@@ -34,6 +34,7 @@ java_library(
"//java/com/google/gerrit/extensions:api",
"//java/com/google/gerrit/index",
"//java/com/google/gerrit/index:query_exception",
"//java/com/google/gerrit/index/project",
"//java/com/google/gerrit/lifecycle",
"//java/com/google/gerrit/metrics",
"//java/com/google/gerrit/prettify:server",