[ 
https://issues.apache.org/jira/browse/CB-8239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14276045#comment-14276045
 ] 

ASF GitHub Bot commented on CB-8239:
------------------------------------

GitHub user omefire opened a pull request:

    https://github.com/apache/cordova-lib/pull/148

    CB-8239 Add support for git urls to 'cordova platform add'

    CB-8239 Add support for git urls to 'cordova platform add'
    
    These changes allow the following scenarios:
         *users can issue 'cordova platform add 
https://github.com/apache/cordova-android.git' and the git repo will be cloned 
and used.
         *users can issue 'cordova platform add 
android@https://github.com/apache/cordova-android.git' and the git repo will be 
cloned and used.
         *users can issue 'cordova platform add android' and if their 
config.xml file contains: '<engine id='android'      
version='https://github.com/apache/cordova-android.git' />, then the git repo 
pointed to by config.xml will be cloned and used.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-lib CB-8239

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/148.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 #148
    
----
commit be356c294c35152b4698fa90458dbd77ad7c4b42
Author: Omar Mefire <[email protected]>
Date:   2015-01-05T17:29:02Z

    CB-8239 Add support for git urls to 'cordova platform add'

----


> Add support for git urls to 'cordova platform add'
> --------------------------------------------------
>
>                 Key: CB-8239
>                 URL: https://issues.apache.org/jira/browse/CB-8239
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: CLI, CordovaLib
>            Reporter: Omar Mefire
>
> Allow the following scenarios:
> - users can issue 'cordova platform add 
> https://github.com/apache/cordova-android.git' and the git repo will be 
> cloned and used.
> - users can issue 'cordova platform add 
> android@https://github.com/apache/cordova-android.git' and the git repo will 
> be cloned and used.
> - users can issue 'cordova platform add android' and if their config.xml file 
> contains: '<engine id='android' 
> version='https://github.com/apache/cordova-android.git' />, then the git repo 
> pointed to by config.xml will be cloned and used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to