fix Express.swc in Maven builds.
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/dcbf5068 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/dcbf5068 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/dcbf5068 Branch: refs/heads/feature/mdl Commit: dcbf5068ca4f50cbaa68d8ad5dbe4c20ff90e86c Parents: 13a50d6 Author: Alex Harui <[email protected]> Authored: Sun Jan 22 21:41:14 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Sun Jan 22 21:41:14 2017 -0800 ---------------------------------------------------------------------- frameworks/projects/Express/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/dcbf5068/frameworks/projects/Express/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Express/pom.xml b/frameworks/projects/Express/pom.xml index 3bddaf6..a7cb570 100644 --- a/frameworks/projects/Express/pom.xml +++ b/frameworks/projects/Express/pom.xml @@ -41,6 +41,7 @@ <version>${flexjs.compiler.version}</version> <extensions>true</extensions> <configuration> + <additionalCompilerOptions>-include-lookup-only</additionalCompilerOptions> <namespaces> <namespace> <uri>library://ns.apache.org/flexjs/express</uri>
