You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/07/28 02:20:13 UTC

[incubator-iotdb] 02/02: add README_ZH.md into distribution files

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

hxd pushed a commit to branch for-releasing-0.10.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit ee4f0e2941e63f463120aa121e7ddf9fce8bd3a5
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Jul 28 10:19:54 2020 +0800

    add README_ZH.md into distribution files
---
 distribution/src/assembly/distribution.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/distribution/src/assembly/distribution.xml b/distribution/src/assembly/distribution.xml
index f829ae0..3128946 100644
--- a/distribution/src/assembly/distribution.xml
+++ b/distribution/src/assembly/distribution.xml
@@ -78,6 +78,9 @@
             <source>${maven.multiModuleProjectDirectory}/README.md</source>
         </file>
         <file>
+            <source>${maven.multiModuleProjectDirectory}/README_ZH.md</source>
+        </file>
+        <file>
             <source>${maven.multiModuleProjectDirectory}/LICENSE-binary</source>
             <destName>LICENSE</destName>
         </file>