You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/11/02 18:27:24 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop] - pick up some missing files

pick up some missing files


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/e853162f
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e853162f
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e853162f

Branch: refs/heads/develop
Commit: e853162f7405eb5dd79cdb310c4a43ca1c86f5d6
Parents: c94c0f1
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 2 09:29:16 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Nov 2 09:29:16 2015 -0800

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e853162f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index c47e830..591770c 100644
--- a/build.xml
+++ b/build.xml
@@ -461,6 +461,7 @@
             <fileset dir="${basedir}/externs">
                 <include name="**/*.xml"/>
                 <include name="js/missing.js"/>
+                <include name="js/src/**"/>
             </fileset>
         </copy>
     </target>