Skip to content

Commit

Permalink
Take care file permissions of command files
Browse files Browse the repository at this point in the history
  • Loading branch information
takahi-i committed May 21, 2017
1 parent de76778 commit bd5f358
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions redpen-distribution/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
<includes>
<include>**/*</include>
</includes>
<excludes>
<exclude>/bin/</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>../redpen-cli/target/redpen-cli-${version}-assembled/redpen-cli-${version}</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>/bin/</include>
</includes>
<fileMode>755</fileMode>
</fileSet>
<fileSet>
<directory>../redpen-server/target</directory>
Expand All @@ -24,6 +35,7 @@
<includes>
<include>**/*</include>
</includes>
<fileMode>755</fileMode>
</fileSet>
</fileSets>
</assembly>
Empty file modified redpen-server/bin/redpen-server.bat
100644 → 100755
Empty file.

0 comments on commit bd5f358

Please sign in to comment.