This is an automated email from the ASF dual-hosted git repository.
sergeykamov 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 6d03758 WIP.
6d03758 is described below
commit 6d037581e294fe92b2d1543f3d5adb90b2b313a3
Author: Sergey Kamov <[email protected]>
AuthorDate: Mon Mar 30 13:41:06 2020 +0300
WIP.
---
bin/prepare.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/prepare.sh b/bin/prepare.sh
index b0353dd..bd867d3 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -60,7 +60,7 @@ zip -rq ${zipFileBin} ${tmpDir} 2> /dev/null
rm -R ${tmpDir}/build 2> /dev/null
rm -R ${tmpDir}/javadoc 2> /dev/null
-# Adds some data for src zip
+# Adds some data for src zip.
cd ../
cp pom.xml ${zipDir}/${tmpDir}
cp assembly.xml ${zipDir}/${tmpDir}