aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/jformatstring
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-12-21 16:32:07 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-12-21 17:26:27 +0000
commit6d31cb01b80d0560c0c083d40e641816877b3d06 (patch)
tree55acbdbc5c25be32ce927b3a0509c7e3f7799541 /third_party/jformatstring
parentd83e7ef2485c8fe2d9dc8ca938f694b34d824ed2 (diff)
--
PiperOrigin-RevId: 142666783 MOS_MIGRATED_REVID=142666783
Diffstat (limited to 'third_party/jformatstring')
-rw-r--r--third_party/jformatstring/BUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/third_party/jformatstring/BUILD b/third_party/jformatstring/BUILD
deleted file mode 100644
index f3f1d35b94..0000000000
--- a/third_party/jformatstring/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-package(default_visibility = ["//visibility:public"])
-
-licenses(["restricted"]) # GNU GPL v2 with Classpath exception
-
-filegroup(
- name = "srcs",
- srcs = glob(["**"]),
-)
-
-java_library(
- name = "jformatstring",
- srcs = glob(["java/**"]),
-)
-
-load("//tools/build_rules:java_rules_skylark.bzl", "bootstrap_java_library")
-
-bootstrap_java_library(
- name = "bootstrap",
- srcs = glob(["java/**"]),
-)