Adjusted package assembly to enforce line endings in Windows batch files
This commit is contained in:
parent
5e5dfb1eed
commit
987e784cbe
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
<directory>skel_win</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<excludes>
|
||||
<exclude>**/*.bat</exclude>
|
||||
<exclude>**/*.txt</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
|
@ -31,6 +32,7 @@
|
|||
<directory>skel_win</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>**/*.bat</include>
|
||||
<include>**/*.txt</include>
|
||||
</includes>
|
||||
<lineEnding>crlf</lineEnding>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue