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

commit 495f0ea9d81f39b4c5a89b83986ded79083a1a15
Author: Sebastian Nagel <sna...@apache.org>
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>
 
   <!-- ================================================================== -->

Reply via email to