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 2016/04/06 17:02:37 UTC

[28/50] git commit: [flex-falcon] [refs/heads/master] - add a few more files to the package

add a few more files to the package


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

Branch: refs/heads/master
Commit: c4472af2b7cc67fd9e0272649d65c12d790d3c71
Parents: 54aa088
Author: Alex Harui <ah...@apache.org>
Authored: Fri Mar 11 06:16:39 2016 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Mar 11 08:25:43 2016 -0800

----------------------------------------------------------------------
 build.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c4472af2/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index b8bdf68..efa9c1d 100644
--- a/build.xml
+++ b/build.xml
@@ -462,8 +462,10 @@
         <copy todir="${basedir}/temp/externs" includeEmptyDirs="false">
             <fileset dir="${basedir}/externs">
                 <include name="**/*.xml"/>
-                <include name="js/missing.js"/>
+                <include name="**/missing.js"/>
                 <include name="js/src/**"/>
+                <include name="cordova/externs/**"/>
+                <include name="createjs/externs/**"/>
             </fileset>
         </copy>
     </target>