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/03/26 16:41:41 UTC

[27/32] incubator-freemarker git commit: Binary release extracted directory name adjustment

Binary release extracted directory name adjustment


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/1d4064d4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/1d4064d4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/1d4064d4

Branch: refs/heads/2.3
Commit: 1d4064d4adb349de6b040b2b8468f4d57a405548
Parents: 4bc1ce1
Author: ddekany <dd...@apache.org>
Authored: Sun Mar 20 21:09:46 2016 +0100
Committer: ddekany <dd...@apache.org>
Committed: Sun Mar 20 21:09:46 2016 +0100

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/1d4064d4/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index ff0030d..09a46be 100644
--- a/build.xml
+++ b/build.xml
@@ -95,7 +95,7 @@
   
   <property name="dist.dir" value="build/dist" />
   <property name="dist.archiveBaseName" value="apache-${mavenArtifactId}-${version}" />
-  <property name="dist.bin.dir" value="${dist.dir}/bin/${dist.archiveBaseName}" />
+  <property name="dist.bin.dir" value="${dist.dir}/bin/${dist.archiveBaseName}-bin" />
   <property name="dist.src.dir" value="${dist.dir}/src/${dist.archiveBaseName}-src" />
   
   <!-- ================================================================== -->