Repository: incubator-freemarker Updated Branches: refs/heads/3 143ac8732 -> 6d139ed92
README to markdown from 2.3-gae branch Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/6d139ed9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/6d139ed9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/6d139ed9 Branch: refs/heads/3 Commit: 6d139ed92992ac8e566725d63ee25dc54587ba29 Parents: 143ac87 Author: ddekany <[email protected]> Authored: Mon Apr 17 13:38:13 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Apr 17 13:38:13 2017 +0200 ---------------------------------------------------------------------- build.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/6d139ed9/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 60d10b9..a071e28 100644 --- a/build.xml +++ b/build.xml @@ -558,7 +558,7 @@ <!-- Copy txt-s --> <copy todir="${dist.bin.dir}" includeEmptyDirs="no"> <fileset dir="." defaultexcludes="no"> - <include name="README" /> + <include name="README.md" /> <!-- LICENSE is binary-distribution-specific, and is copied later. --> <include name="NOTICE" /> <include name="DISCLAIMER" /> @@ -566,7 +566,7 @@ </fileset> </copy> <replace - file="${dist.bin.dir}/README" + file="${dist.bin.dir}/README.md" token="{version}" value="${version}" /> @@ -607,7 +607,7 @@ <!-- Copy extensionless files: --> <copy todir="${dist.src.dir}" includeEmptyDirs="no"> <fileset dir="." defaultexcludes="no"> - <include name="README" /> + <include name="README.md" /> <include name="LICENSE" /> <include name="NOTICE" /> <include name="DISCLAIMER" /> @@ -615,7 +615,7 @@ </fileset> </copy> <replace - file="${dist.src.dir}/README" + file="${dist.src.dir}/README.md" token="{version}" value="${version}" />
