[
https://issues.apache.org/jira/browse/CB-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Drew Walters resolved CB-755.
-----------------------------
Resolution: Fixed
> Move Capture API from org.apache.cordova.media to org.apache.cordova.capture
> ----------------------------------------------------------------------------
>
> Key: CB-755
> URL: https://issues.apache.org/jira/browse/CB-755
> Project: Apache Cordova
> Issue Type: Bug
> Components: BlackBerry
> Affects Versions: 1.7.0
> Reporter: Drew Walters
> Assignee: Drew Walters
> Priority: Minor
> Fix For: 1.8.0
>
>
> The BlackBerry Capture API is currently implemented in native code under the
> package namespace org.apache.cordova.media. This is confusing because there
> is also a Cordova Media API but it is different then the Capture API. Rename
> the package to clear up confusion and open the org.apache.cordova.media
> package namespace for Media API implementation.
> NOTE: This requires an update to plugins.xml since the package for the native
> code is changing. Projects existing prior to this change will need to make
> the following change in plugins.xml:
> Change the following line from:
> <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
> To:
> <plugin name="Capture"
> value="org.apache.cordova.capture.MediaCapture"/>
--
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