Garth Gutenberg created CB-6882:
-----------------------------------
Summary: Plugman doesn't modify config.xml when installing plugins
on BlackBerry
Key: CB-6882
URL: https://issues.apache.org/jira/browse/CB-6882
Project: Apache Cordova
Issue Type: Bug
Components: BlackBerry
Affects Versions: 3.5.0
Reporter: Garth Gutenberg
When using plugman to add a plugin for blackberry10, it doesn't make the
required modifications to the config.xml.
Ex, running:
{code}cordova plugin add org.apache.cordova.geolocation{code}
Adds the following to the blackberry10 config.xml:
{code}
<rim:permissions>
<rim:permit>read_geolocation</rim:permit>
</rim:permissions>
{code}
But running:
{code}plugman install --platform blackberry10 --project platforms/blackberry10
--www platforms/blackberry10/www --plugin org.apache.cordova.geolocation{code}
does not.
--
This message was sent by Atlassian JIRA
(v6.2#6252)