[
https://issues.apache.org/jira/browse/CB-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280461#comment-13280461
]
Drew Walters commented on CB-716:
---------------------------------
For 1.7.0 to 1.8.0 there were two changes to the plugins.xml file that need to
be noted:
https://github.com/apache/incubator-cordova-blackberry-webworks/commit/cb10d74c2c59f147a89cb541838a682ab6965332
https://github.com/apache/incubator-cordova-blackberry-webworks/commit/90e99007a41c841be322ef5591fe7d410283beb4
Existing entries in plugins.xml need changed from:
{code:xml}
<plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
<plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
{code}
to:
{code:xml}
<plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/>
<plugin name="Contacts" value="org.apache.cordova.pim.Contact"/>
{code}
> Document BlackBerry Project Migration for 1.8.0
> -----------------------------------------------
>
> Key: CB-716
> URL: https://issues.apache.org/jira/browse/CB-716
> Project: Apache Cordova
> Issue Type: Sub-task
> Components: BlackBerry, Docs
> Affects Versions: 1.8.0
> Reporter: Michael Brooks
> Assignee: Tim Kim
> Priority: Minor
> Fix For: 1.8.0
>
>
> Write a migration guide on upgrading from 1.7.0 to 1.8.0.
> We can start small, by documenting how to:
> - Upgrade the SDK
> - Upgrade Apache Cordova
> - Update project platform libraries
> - Update project platform configuration files
> - Update app JavaScript references
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira