Split off library classes from server/patch/ into diff/
The server library is large, and its resulting compilation time gets in the way of edit/compile/debug cycles. The new diff library files depend mainly on JGit, and are independent of the Guice stack in the server library. Change-Id: I483992fff91873b1c1751c16fe3a83b823f4f8fa
This commit is contained in:
@@ -7,6 +7,7 @@ java_library(
|
||||
"//java/com/google/gerrit/extensions:api",
|
||||
"//java/com/google/gerrit/reviewdb:server",
|
||||
"//java/com/google/gerrit/server",
|
||||
"//java/com/google/gerrit/server/diff",
|
||||
"//lib:gwtorm",
|
||||
"//lib/jgit/org.eclipse.jgit:jgit",
|
||||
"//lib/log:api",
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
package gerrit;
|
||||
|
||||
import com.google.gerrit.reviewdb.client.Patch;
|
||||
import com.google.gerrit.server.patch.PatchList;
|
||||
import com.google.gerrit.server.patch.PatchListEntry;
|
||||
import com.google.gerrit.server.diff.PatchList;
|
||||
import com.google.gerrit.server.diff.PatchListEntry;
|
||||
import com.google.gerrit.server.rules.StoredValues;
|
||||
import com.googlecode.prolog_cafe.exceptions.IllegalTypeException;
|
||||
import com.googlecode.prolog_cafe.exceptions.PInstantiationException;
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
|
||||
package gerrit;
|
||||
|
||||
import com.google.gerrit.server.patch.PatchList;
|
||||
import com.google.gerrit.server.patch.PatchListEntry;
|
||||
import com.google.gerrit.server.patch.Text;
|
||||
import com.google.gerrit.server.diff.PatchList;
|
||||
import com.google.gerrit.server.diff.PatchListEntry;
|
||||
import com.google.gerrit.server.diff.Text;
|
||||
import com.google.gerrit.server.rules.StoredValues;
|
||||
import com.googlecode.prolog_cafe.exceptions.IllegalTypeException;
|
||||
import com.googlecode.prolog_cafe.exceptions.JavaException;
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
package gerrit;
|
||||
|
||||
import com.google.gerrit.reviewdb.client.Patch;
|
||||
import com.google.gerrit.server.patch.PatchList;
|
||||
import com.google.gerrit.server.patch.PatchListEntry;
|
||||
import com.google.gerrit.server.diff.PatchList;
|
||||
import com.google.gerrit.server.diff.PatchListEntry;
|
||||
import com.google.gerrit.server.rules.StoredValues;
|
||||
import com.googlecode.prolog_cafe.exceptions.PrologException;
|
||||
import com.googlecode.prolog_cafe.lang.IntegerTerm;
|
||||
|
||||
Reference in New Issue
Block a user