Repository: flex-utilities Updated Branches: refs/heads/develop 4b82af969 -> 72c0ebc00
Temporary block "test" in ant on air to check whether build pass Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/72c0ebc0 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/72c0ebc0 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/72c0ebc0 Branch: refs/heads/develop Commit: 72c0ebc00c52c60780f4b56012a6e4fb6f0617f4 Parents: 4b82af9 Author: Piotr Zarzycki <[email protected]> Authored: Wed Oct 25 19:53:46 2017 +0200 Committer: Piotr Zarzycki <[email protected]> Committed: Wed Oct 25 19:53:46 2017 +0200 ---------------------------------------------------------------------- flex-installer/ant_on_air/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/72c0ebc0/flex-installer/ant_on_air/build.xml ---------------------------------------------------------------------- diff --git a/flex-installer/ant_on_air/build.xml b/flex-installer/ant_on_air/build.xml index f8a7593..3e7c37e 100644 --- a/flex-installer/ant_on_air/build.xml +++ b/flex-installer/ant_on_air/build.xml @@ -71,7 +71,7 @@ </path> <taskdef resource="flexTasks.tasks" classpathref="flexTasks.path"/> - <target name="main" depends="init,third-party,compile,test" /> + <target name="main" depends="init,third-party,compile" /> <target name="build" depends="init,compile" description="Compiles SWC"/>
