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 2019/12/01 07:16:46 UTC

[incubator-iotdb] branch rel/0.8 updated: remove not existed files from source-assembly.xml

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

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


The following commit(s) were added to refs/heads/rel/0.8 by this push:
     new 3c9455e  remove not existed files from source-assembly.xml
3c9455e is described below

commit 3c9455eace6cd4bb2d2b4c3009159dd5dd16ea06
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sun Dec 1 15:16:28 2019 +0800

    remove not existed files from source-assembly.xml
---
 source-assembly.xml | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/source-assembly.xml b/source-assembly.xml
index 4a83bd4..f42728d 100644
--- a/source-assembly.xml
+++ b/source-assembly.xml
@@ -92,8 +92,8 @@ source-release.zip, just add it into <files> tag.
             <destName>tsfile/README.md</destName>
         </file>
         <file>
-            <source>${maven.multiModuleProjectDirectory}/tsfile/format-changelist.md</source>
-            <destName>tsfile/format-changelist.md</destName>
+            <source>${maven.multiModuleProjectDirectory}/tsfile/package.sh</source>
+            <destName>tsfile/package.sh</destName>
         </file>
         <!-- spark-tsfile -->
         <file>
@@ -109,19 +109,11 @@ source-release.zip, just add it into <files> tag.
             <source>${maven.multiModuleProjectDirectory}/service-rpc/pom.xml</source>
             <destName>service-rpc/pom.xml</destName>
         </file>
-        <file>
-            <source>${maven.multiModuleProjectDirectory}/service-rpc/rpc-changelist.md</source>
-            <destName>service-rpc/rpc-changelist.md</destName>
-        </file>
         <!-- server -->
         <file>
             <source>${maven.multiModuleProjectDirectory}/server/pom.xml</source>
             <destName>server/pom.xml</destName>
         </file>
-        <file>
-            <source>${maven.multiModuleProjectDirectory}/server/server-changelist.md</source>
-            <destName>server/server-changelist.md</destName>
-        </file>
         <!-- jdbc-->
         <file>
             <source>${maven.multiModuleProjectDirectory}/jdbc/pom.xml</source>
@@ -131,6 +123,10 @@ source-release.zip, just add it into <files> tag.
             <source>${maven.multiModuleProjectDirectory}/jdbc/README.md</source>
             <destName>jdbc/README.md</destName>
         </file>
+        <file>
+            <source>${maven.multiModuleProjectDirectory}/jdbc/package.sh</source>
+            <destName>jdbc/package.sh</destName>
+        </file>
         <!-- hadoop-->
         <file>
             <source>${maven.multiModuleProjectDirectory}/hadoop/pom.xml</source>