You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2015/11/20 21:19:19 UTC

[30/41] git commit: [flex-asjs] [refs/heads/core_js_to_as] - fix missing ArrayList.js

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/core_js_to_as
Commit: 8dc9a6a0eecf3892f69ab326037309ae79a18c44
Parents: d46845b
Author: Alex Harui <ah...@apache.org>
Authored: Thu Oct 29 21:31:51 2015 -0700
Committer: Alex Harui <ah...@apache.org>
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>