Skip to content

Commit

Permalink
Revisit the source bundle creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Aug 19, 2014
1 parent 149d078 commit a74d560
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions assembly-src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ THE SOFTWARE.
<include>**/*</include>
</includes>
<excludes>
<exclude>*.build</exclude>
<exclude>*.changes</exclude>
<exclude>*.pkg</exclude>
<exclude>*.rpm</exclude>
<exclude>*.deb</exclude>
<exclude>*.war</exclude>
<exclude>*.zip</exclude>
<exclude>*.log</exclude>
<exclude>**/*.build</exclude>
<exclude>**/*.changes</exclude>
<exclude>**/*.pkg</exclude>
<exclude>**/*.rpm</exclude>
<exclude>**/*.deb</exclude>
<exclude>**/*.war</exclude>
<exclude>**/*.zip</exclude>
<exclude>**/*.log</exclude>
<exclude>.repository</exclude>
<exclude>.repository/**/*</exclude>
<exclude>**/target</exclude>
Expand Down

0 comments on commit a74d560

Please sign in to comment.