xref: /JGit/org.eclipse.jgit.ui/BUILD (revision c80d8c59013804c5709bd873a2fec96f03dedbcc)
10f6ddb37SDavid Ostrovskypackage(default_visibility = ["//visibility:public"])
20f6ddb37SDavid Ostrovsky
30f6ddb37SDavid Ostrovskyjava_library(
40f6ddb37SDavid Ostrovsky    name = "ui",
5*c80d8c59SDavid Pursehouse    srcs = glob(["src/**/*.java"]),
60f6ddb37SDavid Ostrovsky    resource_strip_prefix = "org.eclipse.jgit.ui/resources",
70f6ddb37SDavid Ostrovsky    resources = glob(["resources/**"]),
80f6ddb37SDavid Ostrovsky    deps = ["//org.eclipse.jgit:jgit"],
90f6ddb37SDavid Ostrovsky)
10