[
https://issues.apache.org/jira/browse/CB-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse MacFadyen resolved CB-4453.
---------------------------------
Resolution: Fixed
Fix Version/s: 3.4.0
> Custom Plugin namespace not supported for Windows Phone
> -------------------------------------------------------
>
> Key: CB-4453
> URL: https://issues.apache.org/jira/browse/CB-4453
> Project: Apache Cordova
> Issue Type: Improvement
> Components: WP8
> Environment: Windows
> Reporter: Benn Mapes
> Assignee: Jesse MacFadyen
> Priority: Minor
> Fix For: 3.4.0
>
>
> Plugins contained within a custom namespaces are not properly loaded into the
> cordova core. Currently plugins need to use Cordova.Extension.Commands or the
> namespace used by the core plugins (WPCordovaClassLib.Cordova.Commands).
> With the addition of a custom namespace, plugins would then need to define
> that namespace in the plugin.xml under the config file like so :
> {code}
> <config-file target="config.xml" parent="/*">
> <feature name="PluginName">
> <param name="wp-package" value="my.custom.namespace.PluginName"/>
>
> </feature>
> </config-file>
> {code}
> which is different from the current way of just providing the name :
> {code}
> <config-file target="config.xml" parent="/*">
> <feature name="PluginName">
> <param name="wp-package" value="PluginName"/>
> </feature>
> </config-file>
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)