You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2016/01/02 15:15:43 UTC

[2/7] incubator-freemarker git commit: Added GAE to the binary artifact name.

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/2.3
Commit: 72d6ac13b136e16fe3e18b1347609e65570b3889
Parents: c28febc
Author: ddekany <dd...@apache.org>
Authored: Sat Jan 2 11:24:16 2016 +0100
Committer: ddekany <dd...@apache.org>
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" />