xref: /JGit/org.eclipse.jgit.ui/BUILD (revision 85cea8c583ea08dab8cf8de2daafcb4ba9629ae5)
1*85cea8c5SDavid Pursehouseload("@rules_java//java:defs.bzl", "java_library")
2*85cea8c5SDavid Pursehouse
30f6ddb37SDavid Ostrovskypackage(default_visibility = ["//visibility:public"])
40f6ddb37SDavid Ostrovsky
50f6ddb37SDavid Ostrovskyjava_library(
60f6ddb37SDavid Ostrovsky    name = "ui",
7c80d8c59SDavid Pursehouse    srcs = glob(["src/**/*.java"]),
80f6ddb37SDavid Ostrovsky    resource_strip_prefix = "org.eclipse.jgit.ui/resources",
90f6ddb37SDavid Ostrovsky    resources = glob(["resources/**"]),
100f6ddb37SDavid Ostrovsky    deps = ["//org.eclipse.jgit:jgit"],
110f6ddb37SDavid Ostrovsky)
12