You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/06/16 17:58:08 UTC

[incubator-nlpcraft] branch NLPCRAFT-81 updated: prepare.sh fixed (generator source files excluded)

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

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


The following commit(s) were added to refs/heads/NLPCRAFT-81 by this push:
     new caa83bc  prepare.sh fixed (generator source files excluded)
caa83bc is described below

commit caa83bcd5de843b6d40b1c09448016ba96904c83
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Tue Jun 16 20:57:59 2020 +0300

    prepare.sh fixed (generator source files excluded)
---
 bin/prepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/prepare.sh b/bin/prepare.sh
index 532c2a2..c9da858 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -48,7 +48,7 @@ mkdir ${zipDir}/${tmpDir}/build
 
 rsync -avzq bin ${zipDir}/${tmpDir} --exclude '**/.DS_Store' --exclude bin/prepare.sh --exclude bin/MAVEN-RELEASE.md
 rsync -avzq openapi ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
-rsync -avzq ${coreModule}/src ${zipDir}/${tmpDir}/${coreModule} --exclude '**/.DS_Store' --exclude '**/*.iml'
+rsync -avzq ${coreModule}/src ${zipDir}/${tmpDir}/${coreModule} --exclude '**/.DS_Store' --exclude '**/*.iml' --exclude '**/python/ctxword/data' --exclude '**/server/geo/tools/**/*.txt'
 rsync -avzq ${stanfordModule}/src ${zipDir}/${tmpDir}/${stanfordModule} --exclude '**/.DS_Store' --exclude '**/*.iml'
 rsync -avzq sql ${zipDir}/${tmpDir} --exclude '**/.DS_Store'