fix missing ArrayList.js
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8dc9a6a0 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8dc9a6a0 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8dc9a6a0 Branch: refs/heads/master Commit: 8dc9a6a0eecf3892f69ab326037309ae79a18c44 Parents: d46845b Author: Alex Harui <[email protected]> Authored: Thu Oct 29 21:31:51 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Oct 29 21:32:11 2015 -0700 ---------------------------------------------------------------------- frameworks/projects/Collections/compile-config.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8dc9a6a0/frameworks/projects/Collections/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Collections/compile-config.xml b/frameworks/projects/Collections/compile-config.xml index a34040a..88592f7 100644 --- a/frameworks/projects/Collections/compile-config.xml +++ b/frameworks/projects/Collections/compile-config.xml @@ -61,6 +61,10 @@ </compiler> <include-file> + <name>js/out/*</name> + <path>js/out/*</path> + </include-file> + <include-file> <name>js/src/*</name> <path>js/src/*</path> </include-file>
