You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/11/05 08:51:00 UTC

[18/23] git commit: [flex-falcon] [refs/heads/feature-autobuild/example-maven-dirs] - set mxml.children-as-data for the 'extern' or xxJS.swc so the dependencies are the same as the transpile

set mxml.children-as-data for the 'extern' or xxJS.swc so the dependencies are the same as the transpile


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

Branch: refs/heads/feature-autobuild/example-maven-dirs
Commit: 90ec96e500a1d58e18fb39311e26b7da9fe796b9
Parents: 39b119a
Author: Alex Harui <ah...@apache.org>
Authored: Tue Nov 1 23:18:57 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 1 23:18:57 2016 -0700

----------------------------------------------------------------------
 .../src/main/resources/config/compile-extern-config.xml          | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/90ec96e5/flexjs-maven-plugin/src/main/resources/config/compile-extern-config.xml
----------------------------------------------------------------------
diff --git a/flexjs-maven-plugin/src/main/resources/config/compile-extern-config.xml b/flexjs-maven-plugin/src/main/resources/config/compile-extern-config.xml
index 6be6202..dce12d2 100644
--- a/flexjs-maven-plugin/src/main/resources/config/compile-extern-config.xml
+++ b/flexjs-maven-plugin/src/main/resources/config/compile-extern-config.xml
@@ -48,6 +48,10 @@
 
         <warn-no-constructor>false</warn-no-constructor>
 
+        <mxml>
+            <children-as-data>true</children-as-data>
+        </mxml>
+
         <show-deprecation-warnings>false</show-deprecation-warnings>
 
 #foreach($define in $defines)        <define>