You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by gtanner <gi...@git.apache.org> on 2012/08/28 19:33:28 UTC

incubator-cordova-blackberry-webworks pull request: Some updates now that a...

GitHub user gtanner opened a pull request:

    https://github.com/apache/incubator-cordova-blackberry-webworks/pull/6

    Some updates now that a new WebWorks SDK has been shipped

    - Copy over webworks.js from the SDK
    - no more need to have a custom config.xml (all features can be ignored
      now)
    - fixed up where native extensions were being copied
    
    There was a small bug with the custom config.xml where we were not updating the application name or id (was still __NAME__) and wouldn't build untile they changed it.
    
    Sorry this is late breaking but will make 2.1 a much better release and is very isolated to the building of bb10 applications.

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

    $ git pull https://github.com/gtanner/incubator-cordova-blackberry-webworks bb10.bleeding.edge

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

    https://github.com/apache/incubator-cordova-blackberry-webworks/pull/6.patch

----
commit e3823212faa93b8ef2c7581dd8bd38f4980f80fa
Author: Gord Tanner <gt...@gmail.com>
Date:   2012-08-28T10:23:43-07:00

    Updates for the new Webworks SDK
    
    - Copy over webworks.js from the SDK
    - no more need to have a custom config.xml (all features can be ignored
      now)
    - fixed up where native extensions were being copied

commit 80f33a3afa0409539755b83d9f5d8d7cedace374
Author: Gord Tanner <gt...@gmail.com>
Date:   2012-08-28T10:25:17-07:00

    get rid of error warning

commit a017c22989e66dc27945eb6ab50e676ec52e872b
Author: Gord Tanner <gt...@gmail.com>
Date:   2012-08-28T10:26:38-07:00

    get rid of bundled webworks.js

----