You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/11 01:01:21 UTC

git commit: [flex-falcon] [refs/heads/develop] - add target to copy last successful build

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 <ah...@apache.org>
Authored: Wed Jun 10 16:01:08 2015 -0700
Committer: Alex Harui <ah...@apache.org>
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"/>