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 9cbdd90 WIP.
9cbdd90 is described below
commit 9cbdd90fa5e60a34de4b6a7a634748e3813bb1d5
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Thu Apr 9 21:05:36 2020 -0700
WIP.
---
bin/prepare.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/prepare.sh b/bin/prepare.sh
index cc6f695..a7741b9 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -48,7 +48,7 @@ rsync -avzq openapi ${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}
+cp bindist/LICENSE ${zipDir}/${tmpDir}
cp NOTICE ${zipDir}/${tmpDir}
cp DISCLAIMER ${zipDir}/${tmpDir}
cp KEYS ${zipDir}/${tmpDir}
@@ -68,6 +68,7 @@ rm -R ${tmpDir}/build 2> /dev/null
# Adds some data for src zip.
cd ../
+cp LICENSE ${zipDir}/${tmpDir}
cp pom.xml ${zipDir}/${tmpDir}
cp assembly.xml ${zipDir}/${tmpDir}
cp README.md ${zipDir}/${tmpDir}