This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/master by this push:
     new f7fe12e  exclude models from src.zip
f7fe12e is described below

commit f7fe12e2060c47c6fb7d41979fee35b3ec6a10d8
Author: tballison <talli...@mitre.org>
AuthorDate: Fri Jul 7 20:19:26 2017 -0400

    exclude models from src.zip
---
 assembly.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/assembly.xml b/assembly.xml
index cd79117..0665e70 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -26,6 +26,8 @@
       <excludes>
         <exclude>**/target/**</exclude>
         <exclude>**/.*/**</exclude>
+        <exclude>**/opennlp/*.bin</exclude>
+        <exclude>**/recognition/*.bin</exclude>
       </excludes>
     </fileSet>
   </fileSets>

-- 
To stop receiving notification emails like this one, please contact
['"commits@tika.apache.org" <commits@tika.apache.org>'].

Reply via email to