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/06/21 07:25:03 UTC

git commit: [flex-falcon] [refs/heads/develop] - - Added "strict-xml=true" to all extern compilations.

Repository: flex-falcon
Updated Branches:
  refs/heads/develop f496ac38f -> ffef518d6


- Added "strict-xml=true" to all extern compilations.


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

Branch: refs/heads/develop
Commit: ffef518d69403a292fc58bdc7987a0b951fd4e86
Parents: f496ac3
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Jun 21 09:24:52 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Jun 21 09:24:52 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ffef518d/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 2cacb7f..30d53cc 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
@@ -54,6 +54,8 @@
             <value>$define.value</value>
         </define>
 #end
+
+        <strict-xml>true</strict-xml>
     </compiler>
 
 #if($includeSources)