Skip to content

Commit

Permalink
JBIDE-18772: Make scripts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Mar 23, 2015
1 parent 449e014 commit 390ab7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions publish-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<id>publish</id>
<formats>
<format>zip</format>
<format>tar.gz</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
Expand All @@ -17,6 +18,7 @@
<include>util/checkLatestPublishedSHA.sh</include>
<include>util/cleanup/jbosstools-cleanup.sh</include>
</includes>
<fileMode>755</fileMode>
</fileSet>
</fileSets>
</assembly>

0 comments on commit 390ab7f

Please sign in to comment.