Added GAE to the binary artifact name.
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/72d6ac13 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/72d6ac13 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/72d6ac13 Branch: refs/heads/master Commit: 72d6ac13b136e16fe3e18b1347609e65570b3889 Parents: c28febc Author: ddekany <[email protected]> Authored: Sat Jan 2 11:24:16 2016 +0100 Committer: ddekany <[email protected]> Committed: Sat Jan 2 11:24:16 2016 +0100 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/72d6ac13/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index b36009b..3dcc765 100644 --- a/build.xml +++ b/build.xml @@ -728,7 +728,7 @@ </copy> <!-- Package --> - <property name="bin.tar" value="build/dist/apache-freemarker-${version}-bin.tar" /> + <property name="bin.tar" value="build/dist/apache-freemarker-gae-${version}-bin.tar" /> <property name="bin.gzip" value="${bin.tar}.gz" /> <delete file="${bin.tar}" /> <tar tarfile="${bin.tar}" basedir="${dist.dir}/bin" />
