get rid of warnings by eliminating some files that don't convert to externs format via the make_patch target
Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/15115f26 Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/15115f26 Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/15115f26 Branch: refs/heads/master Commit: 15115f26d8c07f28b8367b90bf8a4dc10d52c005 Parents: 8646b6b Author: Alex Harui <[email protected]> Authored: Wed Dec 28 08:47:54 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Dec 28 08:48:00 2016 -0800 ---------------------------------------------------------------------- createjs/src/main/config/externc-config.xml | 6 + createjs/src/main/patch/easeljs.patch | 2172 +++++++++++----------- createjs/src/main/patch/tweenjs.patch | 891 +++++---- 3 files changed, 1533 insertions(+), 1536 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/15115f26/createjs/src/main/config/externc-config.xml ---------------------------------------------------------------------- diff --git a/createjs/src/main/config/externc-config.xml b/createjs/src/main/config/externc-config.xml index f7590bd..0e82923 100644 --- a/createjs/src/main/config/externc-config.xml +++ b/createjs/src/main/config/externc-config.xml @@ -59,9 +59,11 @@ <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> + <!-- externc with jsroot doesn't support the patterns in these files <path-element>../../../target/downloads/EaselJS-0.8.0/src/createjs/utils/extend.js</path-element> <path-element>../../../target/downloads/EaselJS-0.8.0/src/createjs/utils/indexOf.js</path-element> <path-element>../../../target/downloads/EaselJS-0.8.0/src/createjs/utils/promote.js</path-element> + --> <path-element>../../../target/downloads/EaselJS-0.8.0/src/createjs/utils/Ticker.js</path-element> <path-element>../../../target/downloads/EaselJS-0.8.0/src/easeljs/display/Bitmap.js</path-element> <path-element>../../../target/downloads/EaselJS-0.8.0/src/easeljs/display/BitmapText.js</path-element> @@ -91,9 +93,13 @@ <path-element>../../../target/downloads/EaselJS-0.8.0/src/easeljs/geom/Point.js</path-element> <path-element>../../../target/downloads/EaselJS-0.8.0/src/easeljs/geom/Rectangle.js</path-element> <path-element>../../../target/downloads/EaselJS-0.8.0/src/easeljs/ui/ButtonHelper.js</path-element> + <!-- externc with jsroot doesn't support the patterns in these files <path-element>../../../target/downloads/EaselJS-0.8.0/src/easeljs/ui/Touch.js</path-element> + --> <path-element>../../../target/downloads/EaselJS-0.8.0/src/easeljs/utils/SpriteSheetBuilder.js</path-element> + <!-- externc with jsroot doesn't support the patterns in these files <path-element>../../../target/downloads/EaselJS-0.8.0/src/easeljs/utils/SpriteSheetUtils.js</path-element> + --> <path-element>../../../target/downloads/EaselJS-0.8.0/src/easeljs/utils/UID.js</path-element> <path-element>../../../target/downloads/TweenJS-0.6.2/src/tweenjs/Ease.js</path-element> <path-element>../../../target/downloads/TweenJS-0.6.2/src/tweenjs/Timeline.js</path-element>
