You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by alunny <gi...@git.apache.org> on 2012/10/09 00:13:22 UTC

incubator-cordova-android pull request: get commons-codec from archive.apac...

GitHub user alunny opened a pull request:

    https://github.com/apache/incubator-cordova-android/pull/51

    get commons-codec from archive.apache.org, not apache.osuosl.org

    prevents the issue where, when a new release of commons-codec comes out,
    `bin/create` stops working

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

    $ git pull https://github.com/alunny/incubator-cordova-android archive-commons-codec

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

    https://github.com/apache/incubator-cordova-android/pull/51.patch

----
commit 4e0c8982c95669a94e1cceb9d77e481aeefc7b61
Author: alunny <al...@gmail.com>
Date:   2012-10-08T15:09:42-07:00

    get commons-codec from apache archive, not osuosl
    
    prevents the issue where, when a new release of commons-codec comes out,
    `bin/create` stops working

----