Skip to content

Commit

Permalink
[ROCKETMQ-87] Rename LICENSE-BIN/NOTICE-BIN to LICENSE/NOTICE when bu…
Browse files Browse the repository at this point in the history
…ild the binary artifact.
  • Loading branch information
zhouxinyu committed Feb 11, 2017
1 parent ae6962c commit 573b22c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions release-client.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,22 @@
<fileSets>
<fileSet>
<includes>
<include>LICENSE-BIN</include>
<include>NOTICE-BIN</include>
<include>DISCLAIMER</include>
<include>README.md</include>
</includes>
</fileSet>
</fileSets>

<files>
<file>
<source>LICENSE-BIN</source>
<destName>LICENSE</destName>
</file>
<file>
<source>NOTICE-BIN</source>
<destName>NOTICE</destName>
</file>
</files>

<moduleSets>
<moduleSet>
Expand Down
12 changes: 10 additions & 2 deletions release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,22 @@
<include>bin/*</include>
<include>conf/**</include>
<include>benchmark/*</include>
<include>LICENSE-BIN</include>
<include>NOTICE-BIN</include>
<include>DISCLAIMER</include>
<include>README.md</include>
</includes>
</fileSet>
</fileSets>

<files>
<file>
<source>LICENSE-BIN</source>
<destName>LICENSE</destName>
</file>
<file>
<source>NOTICE-BIN</source>
<destName>NOTICE</destName>
</file>
</files>

<moduleSets>
<moduleSet>
Expand Down

0 comments on commit 573b22c

Please sign in to comment.