Repository: flex-asjs Updated Branches: refs/heads/develop 963de73e7 -> 51fd6dab1
Add target for delete download dir in installer.xml Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/51fd6dab Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/51fd6dab Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/51fd6dab Branch: refs/heads/develop Commit: 51fd6dab16ae93347992e52689b935b809f664ec Parents: 963de73 Author: piotrz <[email protected]> Authored: Wed Mar 18 20:38:01 2015 +0100 Committer: piotrz <[email protected]> Committed: Wed Mar 18 20:38:01 2015 +0100 ---------------------------------------------------------------------- installer.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/51fd6dab/installer.xml ---------------------------------------------------------------------- diff --git a/installer.xml b/installer.xml index 22eb773..6d49b80 100644 --- a/installer.xml +++ b/installer.xml @@ -238,7 +238,7 @@ <property name="goog.lib.md5" value="${config.google-closure-library.md5}" /> </target> - <target name="install" depends="get-data,find-java,get-md5-data,check-binary,ask-licenses,get-flex,get-falcon,get-third-party-files,fixup-config-files,hack-fb-files,setup-launch-configs" description="Converts binary package to IDE compatible folder"> + <target name="install" depends="get-data,find-java,get-md5-data,check-binary,ask-licenses,get-flex,get-falcon,get-third-party-files,fixup-config-files,hack-fb-files,setup-launch-configs,delete-download-dir" description="Converts binary package to IDE compatible folder"> <echo>${install.complete.echo}</echo> </target> @@ -1132,5 +1132,7 @@ tofile="${FLEXJS_HOME}/frameworks/themes/Halo/Halo.swc" /> </condition> </fail> </target> - + <target name="delete-download-dir"> + <delete dir="${download.dir}"/> + </target> </project>
