This is an automated email from the ASF dual-hosted git repository.
huijun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new 6430c51 add src export (#2899)
6430c51 is described below
commit 6430c51a4a6030e93018e0ed40e5936a64317636
Author: bed debug <[email protected]>
AuthorDate: Mon May 14 20:52:27 2018 -0700
add src export (#2899)
---
heron/downloaders/src/java/BUILD | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/heron/downloaders/src/java/BUILD b/heron/downloaders/src/java/BUILD
index e854b99..63c5945 100644
--- a/heron/downloaders/src/java/BUILD
+++ b/heron/downloaders/src/java/BUILD
@@ -21,3 +21,8 @@ genrule(
outs = ["heron-downloader.jar"],
cmd = "cp $< $@",
)
+
+filegroup(
+ name = "exported-downloader-java-src",
+ srcs = glob(["**/*.java"]),
+)
--
To stop receiving notification emails like this one, please contact
[email protected].