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/30 01:54:47 UTC

git commit: [flex-falcon] [refs/heads/develop] - forgot missing.js in createjs.swc

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 590d813d9 -> c093ecdb4


forgot missing.js in createjs.swc


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

Branch: refs/heads/develop
Commit: c093ecdb474cf4efc638c6d6c0c2c17b25f1ab25
Parents: 590d813
Author: Alex Harui <ah...@apache.org>
Authored: Fri Apr 29 16:54:30 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 29 16:54:41 2016 -0700

----------------------------------------------------------------------
 externs/createjs/src/main/config/externc-config.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c093ecdb/externs/createjs/src/main/config/externc-config.xml
----------------------------------------------------------------------
diff --git a/externs/createjs/src/main/config/externc-config.xml b/externs/createjs/src/main/config/externc-config.xml
index bcc9f05..b15ab01 100644
--- a/externs/createjs/src/main/config/externc-config.xml
+++ b/externs/createjs/src/main/config/externc-config.xml
@@ -60,6 +60,7 @@
     </compiler>
     
     <external>
+        <path-element>../javascript/missing.js</path-element>
         <path-element>../../../target/downloads/EaselJS-0.8.0/src/createjs/events/Event.js</path-element>
         <path-element>../../../target/downloads/EaselJS-0.8.0/src/createjs/events/EventDispatcher.js</path-element>
         <path-element>../../../target/downloads/EaselJS-0.8.0/src/createjs/utils/extend.js</path-element>