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 <aha...@apache.org> Authored: Fri Mar 11 06:16:39 2016 -0800 Committer: Alex Harui <aha...@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>