You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2020/11/11 10:15:00 UTC

[shardingsphere-ui] branch master updated: adjust script lineEnding in binary assembly (#66)

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

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 3dbd18e  adjust script lineEnding in binary assembly (#66)
3dbd18e is described below

commit 3dbd18e83051ee61eb980e9c81b2c24a0be35a87
Author: kimmking <ki...@163.com>
AuthorDate: Wed Nov 11 18:06:25 2020 +0800

    adjust script lineEnding in binary assembly (#66)
---
 .../main/assembly/shardingsphere-ui-bin-distribution.xml    | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/src/main/assembly/shardingsphere-ui-bin-distribution.xml b/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/src/main/assembly/shardingsphere-ui-bin-distribution.xml
index 73b7dda..f92dc85 100644
--- a/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/src/main/assembly/shardingsphere-ui-bin-distribution.xml
+++ b/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/src/main/assembly/shardingsphere-ui-bin-distribution.xml
@@ -27,6 +27,19 @@
     <fileSets>
         <fileSet>
             <directory>src/main/resources/bin</directory>
+            <lineEnding>unix</lineEnding>
+            <includes>
+                <include>*.sh</include>
+            </includes>
+            <outputDirectory>bin</outputDirectory>
+            <fileMode>0755</fileMode>
+        </fileSet>
+        <fileSet>
+            <directory>src/main/resources/bin</directory>
+            <lineEnding>windows</lineEnding>
+            <includes>
+                <include>*.bat</include>
+            </includes>
             <outputDirectory>bin</outputDirectory>
             <fileMode>0755</fileMode>
         </fileSet>