Don't include rat-excludes in the binary release
Project: http://git-wip-us.apache.org/repos/asf/freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/freemarker/commit/d565f720 Tree: http://git-wip-us.apache.org/repos/asf/freemarker/tree/d565f720 Diff: http://git-wip-us.apache.org/repos/asf/freemarker/diff/d565f720 Branch: refs/heads/2.3-gae Commit: d565f720315b87137b577f0fa4fa4d8f2492716e Parents: 2405e61 Author: ddekany <[email protected]> Authored: Fri Mar 30 20:02:04 2018 +0200 Committer: ddekany <[email protected]> Committed: Fri Mar 30 20:02:04 2018 +0200 ---------------------------------------------------------------------- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/freemarker/blob/d565f720/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 2e24c0f..dc8af18 100644 --- a/build.xml +++ b/build.xml @@ -675,7 +675,9 @@ /> <!-- Copy binary-distribution-specific files: --> <copy todir="${dist.bin.dir}/"> - <fileset dir="src/dist/bin/" /> + <fileset dir="src/dist/bin/"> + <exclude name="rat-excludes" /> + </fileset> </copy> <!-- Copy binary -->
