Skip to content

Commit

Permalink
Extract prolog predicates from gerrit-server:server rule
Browse files Browse the repository at this point in the history
Change-Id: I52a22035f7b0189c6d1e21cf05c85901c5235853
  • Loading branch information
davido authored and dborowitz committed Oct 31, 2017
1 parent 36daeea commit 3d6cf9b
Show file tree
Hide file tree
Showing 20 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions java/gerrit/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
java_library(
name = "prolog-predicates",
srcs = glob(["**/*.java"]),
visibility = ["//visibility:public"],
deps = [
"//gerrit-server:server",
"//java/com/google/gerrit/common:server",
"//java/com/google/gerrit/extensions:api",
"//java/com/google/gerrit/reviewdb:server",
"//lib:gwtorm",
"//lib/jgit/org.eclipse.jgit:jgit",
"//lib/log:api",
"//lib/prolog:runtime",
],
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion prolog/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ prolog_cafe_library(
name = "gerrit-prolog-common",
srcs = ["gerrit_common.pl"],
visibility = ["//visibility:public"],
deps = ["//gerrit-server:server"],
deps = ["//java/gerrit:prolog-predicates"],
)

0 comments on commit 3d6cf9b

Please sign in to comment.