how did this not break sooner?
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5e7bde8f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5e7bde8f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5e7bde8f Branch: refs/heads/develop Commit: 5e7bde8f053721e02c288bfa59804851c9d21080 Parents: f43a7b6 Author: Alex Harui <[email protected]> Authored: Tue Mar 25 14:02:34 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Mar 25 14:02:34 2014 -0700 ---------------------------------------------------------------------- examples/FlexJSTest_HTML5/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5e7bde8f/examples/FlexJSTest_HTML5/build.xml ---------------------------------------------------------------------- diff --git a/examples/FlexJSTest_HTML5/build.xml b/examples/FlexJSTest_HTML5/build.xml index becc1ff..0c3b57e 100644 --- a/examples/FlexJSTest_HTML5/build.xml +++ b/examples/FlexJSTest_HTML5/build.xml @@ -21,7 +21,7 @@ <project name="flexjstest_HTML5" default="main" basedir="."> <property name="FLEXJS_HOME" location="../.."/> - <property name="example" value="FlexJSTest_again" /> + <property name="example" value="FlexJSTest_HTML5" /> <property file="${FLEXJS_HOME}/env.properties"/> <property environment="env"/>
