This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 90502bd NUTCH-2758 Add plugin READMEs to binary release packages
new ec93b33 Merge pull request #522 from sebastian-nagel/NUTCH-2758
90502bd is described below
commit 90502bdae07e9e2e4d42b970e709a72ce333e440
Author: Sebastian Nagel <[email protected]>
AuthorDate: Thu Apr 30 14:16:03 2020 +0200
NUTCH-2758 Add plugin READMEs to binary release packages
---
build.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/build.xml b/build.xml
index 5eb157e..bc8d8fb 100644
--- a/build.xml
+++ b/build.xml
@@ -877,6 +877,11 @@
<fileset dir="runtime/local/plugins"/>
</copy>
+ <copy todir="${bin.dist.version.dir}/plugins">
+ <fileset dir="${plugins.dir}">
+ <include name="**/README.*" />
+ </fileset>
+ </copy>
</target>
<!-- ================================================================== -->