Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6C411200BEB for ; Wed, 28 Dec 2016 17:48:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6AD7C160B34; Wed, 28 Dec 2016 16:48:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B4D55160B2E for ; Wed, 28 Dec 2016 17:48:24 +0100 (CET) Received: (qmail 96522 invoked by uid 500); 28 Dec 2016 16:48:19 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 96494 invoked by uid 99); 28 Dec 2016 16:48:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2016 16:48:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B80A6F1769; Wed, 28 Dec 2016 16:48:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Wed, 28 Dec 2016 16:48:20 -0000 Message-Id: <9bbef7f7d8114051a0513747124d8b57@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] flex-typedefs git commit: get rid of warnings by eliminating some files that don't convert to externs format via the make_patch target archived-at: Wed, 28 Dec 2016 16:48:25 -0000 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/develop Commit: 15115f26d8c07f28b8367b90bf8a4dc10d52c005 Parents: 8646b6b Author: Alex Harui Authored: Wed Dec 28 08:47:54 2016 -0800 Committer: Alex Harui 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 @@ ../javascript/missing.js ../../../target/downloads/EaselJS-0.8.0/src/createjs/events/Event.js ../../../target/downloads/EaselJS-0.8.0/src/createjs/events/EventDispatcher.js + ../../../target/downloads/EaselJS-0.8.0/src/createjs/utils/Ticker.js ../../../target/downloads/EaselJS-0.8.0/src/easeljs/display/Bitmap.js ../../../target/downloads/EaselJS-0.8.0/src/easeljs/display/BitmapText.js @@ -91,9 +93,13 @@ ../../../target/downloads/EaselJS-0.8.0/src/easeljs/geom/Point.js ../../../target/downloads/EaselJS-0.8.0/src/easeljs/geom/Rectangle.js ../../../target/downloads/EaselJS-0.8.0/src/easeljs/ui/ButtonHelper.js + ../../../target/downloads/EaselJS-0.8.0/src/easeljs/utils/SpriteSheetBuilder.js + ../../../target/downloads/EaselJS-0.8.0/src/easeljs/utils/UID.js ../../../target/downloads/TweenJS-0.6.2/src/tweenjs/Ease.js ../../../target/downloads/TweenJS-0.6.2/src/tweenjs/Timeline.js