Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 653D319682 for ; Wed, 27 Apr 2016 07:42:22 +0000 (UTC) Received: (qmail 50823 invoked by uid 500); 27 Apr 2016 07:42:22 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 50796 invoked by uid 500); 27 Apr 2016 07:42:22 -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 50724 invoked by uid 99); 27 Apr 2016 07:42:22 -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, 27 Apr 2016 07:42:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2AB54DFF81; Wed, 27 Apr 2016 07:42:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cdutz@apache.org To: commits@flex.apache.org Date: Wed, 27 Apr 2016 07:42:23 -0000 Message-Id: <3434b61fef1a4b4d9c1a43d623c6ceb8@git.apache.org> In-Reply-To: <8383f0cdeb234c3b80697bcad459946a@git.apache.org> References: <8383f0cdeb234c3b80697bcad459946a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/5] git commit: [flex-asjs] [refs/heads/feature/maven-migration] - Merge branches 'develop' and 'feature/maven-migration' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature/maven-migration Merge branches 'develop' and 'feature/maven-migration' of https://git-wip-us.apache.org/repos/asf/flex-asjs into feature/maven-migration Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9b0619a1 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9b0619a1 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9b0619a1 Branch: refs/heads/feature/maven-migration Commit: 9b0619a168201de89c46f1b6a2f8fe0f67a53981 Parents: 087dd82 8cb2031 Author: Christofer Dutz Authored: Wed Apr 27 08:57:47 2016 +0200 Committer: Christofer Dutz Committed: Wed Apr 27 08:57:47 2016 +0200 ---------------------------------------------------------------------- .../CreateJSExample/src/CreateJSExample.mxml | 16 +- .../CreateJS/src/main/flex/CreateJSClasses.as | 1 + .../org/apache/flex/createjs/Application.as | 3 + .../apache/flex/createjs/core/CreateJSBase.as | 5 + .../flex/org/apache/flex/createjs/tween/Move.as | 149 +++++++++++++++++++ .../src/main/resources/createjs-manifest.xml | 1 + 6 files changed, 174 insertions(+), 1 deletion(-) ----------------------------------------------------------------------