commit | a76ca4a345fbcd22b7d6bcf07afbab938f1a4605 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Wed Jan 24 14:52:31 2018 +0100 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Wed Jan 24 15:21:30 2018 +0100 |
tree | f0ea873d99e8d9707285dacf248d96e609b6cebc | |
parent | 47950c9457af64a40a99e546e90b58ed7244ceb4 [diff] [blame] |
Move //lib:common-io to //lib/commons:io Change-Id: I1bd002a0073acb44d0033b6b994eb1c5129c76ec
diff --git a/lib/commons/BUILD b/lib/commons/BUILD index 741c75d..cb81a1d 100644 --- a/lib/commons/BUILD +++ b/lib/commons/BUILD
@@ -55,3 +55,10 @@ visibility = ["//visibility:public"], exports = ["@commons_validator//jar"], ) + +java_library( + name = "io", + data = ["//lib:LICENSE-Apache2.0"], + visibility = ["//visibility:public"], + exports = ["@commons_io//jar"], +)