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 2017/05/30 19:48:17 UTC

[42/50] git commit: [flex-asjs] [refs/heads/tlf] - metadata property needed swf.version 20. 14 didn't work

metadata property needed swf.version 20.  14 didn't work


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/90a446da
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/90a446da
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/90a446da

Branch: refs/heads/tlf
Commit: 90a446da4d030ff18ae83f33e8a133ccf0473e9c
Parents: 9d8a6c2
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 30 11:32:54 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 30 11:32:54 2017 -0700

----------------------------------------------------------------------
 manualtests/TLFEditTestFlexJS/build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/90a446da/manualtests/TLFEditTestFlexJS/build.xml
----------------------------------------------------------------------
diff --git a/manualtests/TLFEditTestFlexJS/build.xml b/manualtests/TLFEditTestFlexJS/build.xml
index fc99fec..fc35c60 100644
--- a/manualtests/TLFEditTestFlexJS/build.xml
+++ b/manualtests/TLFEditTestFlexJS/build.xml
@@ -22,6 +22,7 @@
 <project name="TLFEditTestFlexJS" default="main" basedir=".">
     <property name="FLEXJS_HOME" location="../.."/>
     <property name="example" value="TLFEditTestFlexJS" />
+    <property name="swf.version" value="20" />
     
     <property file="${FLEXJS_HOME}/env.properties"/>
     <property environment="env"/>