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 805A6200B51 for ; Sun, 17 Jul 2016 18:49:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7F06F160A5F; Sun, 17 Jul 2016 16:49:42 +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 C85B6160A6B for ; Sun, 17 Jul 2016 18:49:41 +0200 (CEST) Received: (qmail 31177 invoked by uid 500); 17 Jul 2016 16:49:34 -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 29795 invoked by uid 99); 17 Jul 2016 16:49:33 -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; Sun, 17 Jul 2016 16:49:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE51DE08BD; Sun, 17 Jul 2016 16:49:33 +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: Sun, 17 Jul 2016 16:50:10 -0000 Message-Id: <0930a536901342e58d2dbb08623b63bc@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [38/50] [abbrv] flex-typedefs git commit: - Made the git executable auto-change to "git.exe" on windows machines in a try to get things running on windows systems archived-at: Sun, 17 Jul 2016 16:49:42 -0000 - Made the git executable auto-change to "git.exe" on windows machines in a try to get things running on windows systems Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/03a3ff39 Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/03a3ff39 Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/03a3ff39 Branch: refs/heads/master Commit: 03a3ff398bde6cc8df89edc349679e2c43bf0679 Parents: 3a04967 Author: Christofer Dutz Authored: Thu Jun 2 10:43:21 2016 +0200 Committer: Christofer Dutz Committed: Thu Jun 2 10:43:21 2016 +0200 ---------------------------------------------------------------------- createjs/pom.xml | 2 +- google_maps/pom.xml | 2 +- jquery/pom.xml | 2 +- js/pom.xml | 2 +- pom.xml | 22 ++++++++++++++++++++++ 5 files changed, 26 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/03a3ff39/createjs/pom.xml ---------------------------------------------------------------------- diff --git a/createjs/pom.xml b/createjs/pom.xml index 26d726f..2e0d2c5 100644 --- a/createjs/pom.xml +++ b/createjs/pom.xml @@ -81,7 +81,7 @@ exec-maven-plugin 1.5.0 - git + ${git.executable} ${basedir}/../.. apply http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/03a3ff39/google_maps/pom.xml ---------------------------------------------------------------------- diff --git a/google_maps/pom.xml b/google_maps/pom.xml index 18a74a7..16efae9 100644 --- a/google_maps/pom.xml +++ b/google_maps/pom.xml @@ -65,7 +65,7 @@ exec-maven-plugin 1.5.0 - git + ${git.executable} ${basedir}/../.. apply http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/03a3ff39/jquery/pom.xml ---------------------------------------------------------------------- diff --git a/jquery/pom.xml b/jquery/pom.xml index 04ef8e4..01b81a2 100644 --- a/jquery/pom.xml +++ b/jquery/pom.xml @@ -65,7 +65,7 @@ exec-maven-plugin 1.5.0 - git + ${git.executable} ${basedir}/../.. apply http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/03a3ff39/js/pom.xml ---------------------------------------------------------------------- diff --git a/js/pom.xml b/js/pom.xml index d0ba2fb..cf5e3b5 100644 --- a/js/pom.xml +++ b/js/pom.xml @@ -90,7 +90,7 @@ exec-maven-plugin 1.5.0 - git + ${git.executable} ${basedir}/../.. apply http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/03a3ff39/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 46de894..6eab62d 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,10 @@ Apache Flex - FlexJS: Externs + + git + + cordova createjs @@ -45,4 +49,22 @@ node + + + + windows-machine + + + Windows + + + + git.exe + + + +