Skip to content

Commit

Permalink
since this wasn't the source of the problem, let's go back and use th…
Browse files Browse the repository at this point in the history
…e property
  • Loading branch information
jmazzitelli committed May 20, 2015
1 parent 88a9b01 commit fb9d3c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<fileSets>
<!-- non-binary files -->
<fileSet>
<directory>${project.build.directory}/assembly</directory>
<directory>${assembly.dir}</directory>
<outputDirectory></outputDirectory>
<excludes>
<exclude>**/*.sh</exclude>
Expand All @@ -42,7 +42,7 @@

<!-- all scripts and other files that go in the /bin directory - will have u+x file perm set-->
<fileSet>
<directory>${project.build.directory}/assembly</directory>
<directory>${assembly.dir}</directory>
<outputDirectory></outputDirectory>
<includes>
<include>**/*.sh</include>
Expand Down

0 comments on commit fb9d3c1

Please sign in to comment.