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:47 UTC

[6/7] incubator-freemarker git commit: (Missed the "gae" from the src archive name)

(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
Commit: def5937389253d814e0d2b85376da0e5f416f031
Parents: d5e34c7
Author: ddekany <dd...@apache.org>
Authored: Sat Jan 2 15:02:06 2016 +0100
Committer: ddekany <dd...@apache.org>
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" />