(Missed the "gae" from the src archive 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/def59373 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/def59373 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/def59373 Branch: refs/heads/2.3-gae Commit: def5937389253d814e0d2b85376da0e5f416f031 Parents: d5e34c7 Author: ddekany <[email protected]> Authored: Sat Jan 2 15:02:06 2016 +0100 Committer: ddekany <[email protected]> Committed: Sat Jan 2 15:02:24 2016 +0100 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/def59373/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 3dcc765..06dc5eb 100644 --- a/build.xml +++ b/build.xml @@ -778,7 +778,7 @@ </copy> <!-- Package --> - <property name="src.tar" value="build/dist/apache-freemarker-${version}-src.tar" /> + <property name="src.tar" value="build/dist/apache-freemarker-gae-${version}-src.tar" /> <property name="src.gzip" value="${src.tar}.gz" /> <delete file="${src.tar}" /> <tar tarfile="${src.tar}" basedir="${dist.dir}/src" />
