Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3CCA1167F for ; Mon, 14 Apr 2014 19:48:41 +0000 (UTC) Received: (qmail 27445 invoked by uid 500); 14 Apr 2014 19:48:41 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 27410 invoked by uid 500); 14 Apr 2014 19:48:40 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 27402 invoked by uid 500); 14 Apr 2014 19:48:40 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 27399 invoked by uid 99); 14 Apr 2014 19:48:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 19:48:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 55B3C98D66D; Mon, 14 Apr 2014 19:48:40 +0000 (UTC) From: martincgg To: callback-dev@incubator.apache.org Reply-To: callback-dev@incubator.apache.org Message-ID: Subject: [GitHub] cordova-mobile-spec pull request: CB-6437[Improvements & support f... Content-Type: text/plain Date: Mon, 14 Apr 2014 19:48:40 +0000 (UTC) GitHub user martincgg opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/55 CB-6437[Improvements & support for more platforms] -Added full compatibility cross platform -Works with absolute paths -Added support for Blackberry10, Windows 8 and Windows Phone 8 -Added functionality to add platforms according to the development environment: --- Android, Blackberry, iOS ---> Mac. --- Android, Blackberry, Windows 8, Windows Phone 8 ---> Windows 8. --- Android, Blackberry ---> Linux or any other Windows OS. - Added more requirements checks - Added functionality to delete project folder if exists (recursive function) - Added functionality to locate libraries - Added function to copy with exclusion list - Added createmobilespec.bat & createmobilespec.sh - Added symlink for windows & Linux based OS. You can merge this pull request into a Git repository by running: $ git pull https://github.com/martincgg/cordova-mobile-spec CB-6437 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-mobile-spec/pull/55.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #55 ---- commit 7a5475e9a70c2e13d742ca46dbd529fd8ff1968f Author: Martin Gonzalez Date: 2014-04-14T19:46:17Z CB-6437[Improvements & support for more platforms] -Added full compatibility cross platform -Working with absolute paths -Added support for Blackberry10, Windows 8 and Windows Phone 8 -Added functionality to add platforms according to the development environment -- Android, Blackberry, iOS ---> Mac. -- Android, Blackberry, Windows 8, Windows Phone 8 ---> Windows 8. -- Android, Blackberry ---> Linux or any other Windows OS. - Added more requirements checks - Added functionality to delete project folder if exists (recursive function) - Added functionality to locate libraries - Added function to copy with exclusion list - Added createmobilespec.bat & createmobilespec.sh - Added symlink for windows & Linux based OS. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---