Filip Maj created CB-3164:
-----------------------------
Summary: 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: 2.8.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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira