You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2018/11/01 04:25:31 UTC

[cordova-android] branch master updated (03c62e1 -> e58453d)

This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git.


    from 03c62e1  Merge pull request #523 from dpogue/gradle-repo-order
     add dacb0e5  CB-14201: (android) Removes Gradle property in-line command arguments for gradle.properties
     new e58453d  Merge pull request #465 from erisu/CB-14201

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../cordova/lib/builders/ProjectBuilder.js         |  13 +-
 .../cordova/lib/config/GradlePropertiesParser.js   |  97 ++++++++++++
 bin/templates/cordova/lib/prepare.js               |   5 +
 spec/unit/config/GradlePropertiesParser.spec.js    | 167 +++++++++++++++++++++
 4 files changed, 273 insertions(+), 9 deletions(-)
 create mode 100644 bin/templates/cordova/lib/config/GradlePropertiesParser.js
 create mode 100644 spec/unit/config/GradlePropertiesParser.spec.js


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-android] 01/01: Merge pull request #465 from erisu/CB-14201

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit e58453d3e6f16e45fb9ac3b9f420832799c57e91
Merge: 03c62e1 dacb0e5
Author: Darryl Pogue <dv...@gmail.com>
AuthorDate: Wed Oct 31 21:25:26 2018 -0700

    Merge pull request #465 from erisu/CB-14201
    
    CB-14201: (android) Removes Gradle property in-line command arguments…

 .../cordova/lib/builders/ProjectBuilder.js         |  13 +-
 .../cordova/lib/config/GradlePropertiesParser.js   |  97 ++++++++++++
 bin/templates/cordova/lib/prepare.js               |   5 +
 spec/unit/config/GradlePropertiesParser.spec.js    | 167 +++++++++++++++++++++
 4 files changed, 273 insertions(+), 9 deletions(-)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org