Repository: ant-ivyde Updated Branches: refs/heads/master 41d155cb7 -> 2e88175b9
Place the packaged source in the correct directory Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/2e88175b Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/2e88175b Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/2e88175b Branch: refs/heads/master Commit: 2e88175b99380749ab64fe4315cdf4ab88ddd9e2 Parents: 41d155c Author: Jaikiran Pai <[email protected]> Authored: Wed Jun 13 13:11:50 2018 +0530 Committer: Jaikiran Pai <[email protected]> Committed: Wed Jun 13 13:11:50 2018 +0530 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/2e88175b/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 5e8c8aa..db903ab 100644 --- a/build.xml +++ b/build.xml @@ -311,13 +311,13 @@ ivyde.build.version=${build.version} <arg value="archive"/> <arg value="HEAD"/> <arg value="-o"/> - <arg value="${work.dir}/sources/apache-ivyde-sources-${build.version}.tar.gz"/> + <arg value="${dist.dir}/apache-ivyde-sources-${build.version}.tar.gz"/> </exec> <exec executable="git" dir="${basedir}" > <arg value="archive"/> <arg value="HEAD"/> <arg value="-o"/> - <arg value="${work.dir}/sources/apache-ivyde-sources-${build.version}.zip"/> + <arg value="${dist.dir}/apache-ivyde-sources-${build.version}.zip"/> </exec> </target>
