You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2013/10/01 00:56:24 UTC

[jira] [Resolved] (CB-3164) Add deprecation notice for use of inside config.xml

     [ https://issues.apache.org/jira/browse/CB-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-3164.
----------------------------------

    Resolution: Fixed

all subtasks resolved

> Add deprecation notice for use of <plugin> inside config.xml
> ------------------------------------------------------------
>
>                 Key: CB-3164
>                 URL: https://issues.apache.org/jira/browse/CB-3164
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: 2.7.0
>            Reporter: Filip Maj
>            Assignee: Michael Brooks
>             Fix For: 3.1.0
>
>
> Unlike {{<plugin>}}, which is platform-specific and specifies the namespace, {{<feature>}} will have to contain params which define the service, the package, and other methods.
> {code}
> <feature name="http://example.com/testUri">
> <param name="service" value="TestPlugin" />
> <param name="package" value="org.cordova.test.TestPlugin" />
> </feature>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)