Skip to content

Commit

Permalink
gh-66 include readme and changelog in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ch1 committed Feb 21, 2012
1 parent 2e2e995 commit 7b517f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions distribution/src/main/assembly/distribution.xml
Expand Up @@ -12,6 +12,14 @@
<sources>
<includeModuleDirectory>false</includeModuleDirectory>
<fileSets>
<fileSet>
<directory>../</directory>
<outputDirectory>.</outputDirectory>
<includes>
<include>README</include>
<include>CHANGELOG</include>
</includes>
</fileSet>
<fileSet>
<directory>src/main/conf</directory>
<outputDirectory>conf</outputDirectory>
Expand Down

0 comments on commit 7b517f6

Please sign in to comment.