You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/08/25 11:29:22 UTC

[dolphinscheduler] branch dev updated: [Improvement-6024][dist] Remove useless packaging commands (#6029)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 67dde65  [Improvement-6024][dist] Remove useless packaging commands (#6029)
67dde65 is described below

commit 67dde65d3207d325d344e472a4be57286a1d379d
Author: mask <39...@users.noreply.github.com>
AuthorDate: Wed Aug 25 19:27:16 2021 +0800

    [Improvement-6024][dist] Remove useless packaging commands (#6029)
    
    ·Remove useless packaging commands in dolphinscheduler-bin.xml
    
    This closes #6024
    
    Co-authored-by: mask <li...@zhiyoutec.com>
---
 dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
index ded6fbd..c918aef 100644
--- a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
+++ b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
@@ -62,15 +62,6 @@
         </fileSet>
 
         <fileSet>
-            <directory>${basedir}/../dolphinscheduler-common/src/main/resources/bin</directory>
-            <includes>
-                <include>*.*</include>
-            </includes>
-            <directoryMode>755</directoryMode>
-            <outputDirectory>bin</outputDirectory>
-        </fileSet>
-
-        <fileSet>
             <directory>${basedir}/../dolphinscheduler-dao/src/main/resources</directory>
             <includes>
                 <include>**/*.properties</include>