1*0f6ddb37SDavid Ostrovskypackage(default_visibility = ["//visibility:public"]) 2*0f6ddb37SDavid Ostrovsky 3*0f6ddb37SDavid Ostrovskyjava_library( 4*0f6ddb37SDavid Ostrovsky name = "ui", 5*0f6ddb37SDavid Ostrovsky srcs = glob(["src/**"]), 6*0f6ddb37SDavid Ostrovsky resource_strip_prefix = "org.eclipse.jgit.ui/resources", 7*0f6ddb37SDavid Ostrovsky resources = glob(["resources/**"]), 8*0f6ddb37SDavid Ostrovsky deps = ["//org.eclipse.jgit:jgit"], 9*0f6ddb37SDavid Ostrovsky) 10