Repository: flex-falcon Updated Branches: refs/heads/develop 88d0b23aa -> b3bf4b544
use different trigger for broken build workaround Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ccde03c9 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ccde03c9 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ccde03c9 Branch: refs/heads/develop Commit: ccde03c92a4693089f7b63040d11f3ec60a0bc27 Parents: 88d0b23 Author: Alex Harui <[email protected]> Authored: Sat Jun 13 14:40:55 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Sat Jun 13 14:46:52 2015 -0700 ---------------------------------------------------------------------- compiler.jx.tests/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ccde03c9/compiler.jx.tests/build.xml ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/build.xml b/compiler.jx.tests/build.xml index ed42086..7529916 100644 --- a/compiler.jx.tests/build.xml +++ b/compiler.jx.tests/build.xml @@ -100,7 +100,7 @@ <target name="copyLastSuccessfulBuild" depends="check_asjs, get_asjs" /> <target name="check_asjs" > - <available file="${env.ASJS_HOME}/frameworks/libs/HTML.swc" + <available file="${env.ASJS_HOME}/frameworks/libs/Network.swc" type="file" property="asjs.ok" value="true" />
