You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/03/30 22:50:47 UTC

[incubator-nlpcraft] branch master updated: Fix for NLPCRAFT-29.

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

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 7583241  Fix for NLPCRAFT-29.
7583241 is described below

commit 7583241f15970b07b6ccefb93c4942d03d2a0b56
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Mon Mar 30 15:50:43 2020 -0700

    Fix for NLPCRAFT-29.
---
 bin/prepare.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/prepare.sh b/bin/prepare.sh
index bd867d3..0bb98d3 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -40,7 +40,7 @@ mkdir ${zipDir}/${tmpDir}/build
 
 rsync -avzq bin ${zipDir}/${tmpDir} --exclude '**/.DS_Store' --exclude bin/prepare.sh
 rsync -avzq openapi ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
-rsync -avzq src ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
+rsync -avzq src ${zipDir}/${tmpDir} --exclude '**/.DS_Store' --exclude '**/*.iml'
 rsync -avzq sql ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
 
 cp LICENSE ${zipDir}/${tmpDir}
@@ -58,7 +58,6 @@ zip -rq ${zipFileBin} ${tmpDir} 2> /dev/null
 
 # Deletes some data for src zip
 rm -R ${tmpDir}/build 2> /dev/null
-rm -R ${tmpDir}/javadoc 2> /dev/null
 
 # Adds some data for src zip.
 cd ../