- Fixed the build for 'Flat' by using a new config option 'includeLookupOnly'
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/ca24dc2e Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ca24dc2e Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ca24dc2e Branch: refs/heads/spark Commit: ca24dc2e675f364f8d72c547fa22b278b53c92d0 Parents: a47cadf Author: Christofer Dutz <[email protected]> Authored: Thu Jun 9 09:44:38 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Thu Jun 9 09:44:38 2016 +0200 ---------------------------------------------------------------------- frameworks/projects/Flat/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ca24dc2e/frameworks/projects/Flat/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Flat/pom.xml b/frameworks/projects/Flat/pom.xml index d27c3fd..147a31c 100644 --- a/frameworks/projects/Flat/pom.xml +++ b/frameworks/projects/Flat/pom.xml @@ -64,6 +64,7 @@ <path>generated-sources/flexjs/*</path> </include-file> </includeFiles> + <includeLookupOnly>true</includeLookupOnly> </configuration> <dependencies> <dependency>
