still trying to find right command
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/cd539292 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/cd539292 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/cd539292 Branch: refs/heads/develop Commit: cd539292e704f4549cdd6c963a748eec6c59de3c Parents: 8bde523 Author: Alex Harui <[email protected]> Authored: Wed Jun 20 15:38:48 2018 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Jun 20 15:38:48 2018 -0700 ---------------------------------------------------------------------- flex-installer/releasecandidate.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/cd539292/flex-installer/releasecandidate.xml ---------------------------------------------------------------------- diff --git a/flex-installer/releasecandidate.xml b/flex-installer/releasecandidate.xml index f024c85..d26b010 100644 --- a/flex-installer/releasecandidate.xml +++ b/flex-installer/releasecandidate.xml @@ -258,7 +258,7 @@ <target name="svnadddmg" if="svn.dir.found"> <exec executable="${svn}" dir="${dist.dev}/flex/installer" failonerror="false" > <arg value="add" /> - <arg value="${dist.dev}/flex/installer/${release.version}/rc${rc}/binaries/apache-flex-sdk-installer-${release.version}-bin.dmg*" /> + <arg value="${release.version}/rc${rc}/binaries/apache-flex-sdk-installer-${release.version}-bin.dmg*" /> </exec> </target> <target name="svnaddexe" if="svn.dir.found">
