[ROCKETMQ-87] Rename LICENSE-BIN/NOTICE-BIN to LICENSE/NOTICE when build the binary artifact.
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/573b22c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/573b22c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/573b22c3 Branch: refs/heads/master Commit: 573b22c37806a21543b90707bcce6022243a62da Parents: ae6962c Author: yukon <[email protected]> Authored: Sat Feb 11 16:09:38 2017 +0800 Committer: yukon <[email protected]> Committed: Sat Feb 11 16:09:38 2017 +0800 ---------------------------------------------------------------------- release-client.xml | 12 ++++++++++-- release.xml | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/573b22c3/release-client.xml ---------------------------------------------------------------------- diff --git a/release-client.xml b/release-client.xml index af5067f..332f0de 100644 --- a/release-client.xml +++ b/release-client.xml @@ -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> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/573b22c3/release.xml ---------------------------------------------------------------------- diff --git a/release.xml b/release.xml index 8bde3ef..1fdf8c9 100644 --- a/release.xml +++ b/release.xml @@ -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>
