Bazel: Move commons-text from gitiles to commons package
Change-Id: I81867ec2c4ae94dd7d9b09fc8afea65839d528b1
This commit is contained in:
@@ -43,6 +43,13 @@ java_library(
|
||||
exports = ["@commons-pool//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "text",
|
||||
data = ["//lib:LICENSE-Apache2.0"],
|
||||
visibility = ["//visibility:public"],
|
||||
exports = ["@commons-text//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "validator",
|
||||
data = ["//lib:LICENSE-Apache2.0"],
|
||||
|
@@ -4,12 +4,12 @@ java_library(
|
||||
exports = [
|
||||
":cm-autolink",
|
||||
":commonmark",
|
||||
":commons-text",
|
||||
":gfm-strikethrough",
|
||||
":gfm-tables",
|
||||
":gitiles-servlet",
|
||||
":prettify",
|
||||
"//lib/commons:lang3",
|
||||
"//lib/commons:text",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -20,13 +20,6 @@ java_library(
|
||||
exports = ["@cm-autolink//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "commons-text",
|
||||
data = ["//lib:LICENSE-Apache2.0"],
|
||||
visibility = ["//visibility:public"],
|
||||
exports = ["@commons-text//jar"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
name = "commonmark",
|
||||
data = ["//lib:LICENSE-commonmark"],
|
||||
|
Reference in New Issue
Block a user