Browse Source

add lineEnding:<lineEnding>unix</lineEnding>

tags/1.1.2^2^2
zhaoguangwei 4 years ago
parent
commit
e6604b489f
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      source/deployment/deployment-gateway/src/main/resources/assembly.xml
  2. +3
    -0
      source/deployment/deployment-peer/src/main/resources/assembly.xml

+ 3
- 0
source/deployment/deployment-gateway/src/main/resources/assembly.xml View File

@@ -12,14 +12,17 @@
<fileSet>
<directory>src/main/resources/scripts</directory>
<outputDirectory>bin</outputDirectory>
<lineEnding>unix</lineEnding>
</fileSet>
<fileSet>
<directory>src/main/resources/config</directory>
<outputDirectory>config</outputDirectory>
<lineEnding>unix</lineEnding>
</fileSet>
<fileSet>
<directory>src/main/resources/docs</directory>
<outputDirectory>docs</outputDirectory>
<lineEnding>unix</lineEnding>
</fileSet>
</fileSets>
<dependencySets>


+ 3
- 0
source/deployment/deployment-peer/src/main/resources/assembly.xml View File

@@ -12,14 +12,17 @@
<fileSet>
<directory>src/main/resources/scripts</directory>
<outputDirectory>bin</outputDirectory>
<lineEnding>unix</lineEnding>
</fileSet>
<fileSet>
<directory>src/main/resources/config</directory>
<outputDirectory>config</outputDirectory>
<lineEnding>unix</lineEnding>
</fileSet>
<fileSet>
<directory>src/main/resources/docs</directory>
<outputDirectory>docs</outputDirectory>
<lineEnding>unix</lineEnding>
</fileSet>
</fileSets>
<dependencySets>


Loading…
Cancel
Save