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 <[email protected]> Authored: Tue Jun 21 09:24:52 2016 +0200 Committer: Christofer Dutz <[email protected]> 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)
