From f1ce35f4691fa5cd8849bf8944d1a4bdd2393690 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Wed, 21 Dec 2016 18:29:04 +0100 Subject: Revert commit 6d31cb01b80d0560c0c083d40e641816877b3d06. Commit 6d31cb was an internal reorganization of google repository that should have resulted in no change. Due to a bug in our export process it deleted several files in third_party. --- third_party/java/dd_plist/BUILD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 third_party/java/dd_plist/BUILD (limited to 'third_party/java/dd_plist') diff --git a/third_party/java/dd_plist/BUILD b/third_party/java/dd_plist/BUILD new file mode 100644 index 0000000000..ec497c30a0 --- /dev/null +++ b/third_party/java/dd_plist/BUILD @@ -0,0 +1,14 @@ +package(default_visibility = ["//visibility:public"]) + +licenses(["notice"]) # MIT + +filegroup( + name = "srcs", + srcs = glob(["**"]), + visibility = ["//third_party:__pkg__"], +) + +java_library( + name = "dd_plist", + srcs = glob(["java/**/*.java"]), +) -- cgit v1.2.3