Repository: flex-falcon Updated Branches: refs/heads/develop 222f2aac7 -> 3870092bb
add target to copy last successful build Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/3870092b Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/3870092b Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/3870092b Branch: refs/heads/develop Commit: 3870092bbc29aa81c2b16bd00c64818037cc3c99 Parents: 222f2aa Author: Alex Harui <[email protected]> Authored: Wed Jun 10 16:01:08 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Jun 10 16:01:08 2015 -0700 ---------------------------------------------------------------------- build.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3870092b/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 7ee5f50..51ec380 100644 --- a/build.xml +++ b/build.xml @@ -175,6 +175,10 @@ <ant dir="compiler.jx.tests" target="main"/> </target> + <target name="copyLastSuccessfulBuild" description="Copies last flex-asjs build."> + <ant dir="compiler.jx.tests" target="copyLastSuccessfulBuild"/> + </target> + <target name="clean" description="Cleans the build output but leaves any downloaded JARs."> <ant dir="compiler" target="clean"/> <ant dir="compiler.tests" target="clean"/>
