Repository: flex-asjs Updated Branches: refs/heads/develop 6e43cd2d6 -> 01a2a2823
fix ant build of Generic tests Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f1e9a408 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f1e9a408 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f1e9a408 Branch: refs/heads/develop Commit: f1e9a4089e4fe8b253eabb4099d051ced59a56eb Parents: 6e43cd2 Author: greg-dove <[email protected]> Authored: Sat Jul 8 10:46:42 2017 +1200 Committer: greg-dove <[email protected]> Committed: Sat Jul 8 10:46:42 2017 +1200 ---------------------------------------------------------------------- manualtests/GenericTests/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f1e9a408/manualtests/GenericTests/build.xml ---------------------------------------------------------------------- diff --git a/manualtests/GenericTests/build.xml b/manualtests/GenericTests/build.xml index 0ac8123..7213c68 100644 --- a/manualtests/GenericTests/build.xml +++ b/manualtests/GenericTests/build.xml @@ -22,7 +22,7 @@ <project name="GenericTests" default="main" basedir="."> <property name="FLEXJS_HOME" location="../.."/> <property name="example" value="GenericTests" /> - + <property name="swf.version" value="11" /> <!-- adding flexuint style meta collection, and additional testing meta tags (Event,Bindable,TestMeta)--> <property name="theme_arg" value="-keep-as3-metadata+=Test,BeforeClass,AfterClass,Before,After,TestVariance,Event,Bindable,TestMeta" />
