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

Joe Bowser resolved CB-4318.
----------------------------

    Resolution: Fixed
    
> CordovaActivity still refers to plugins.xml
> -------------------------------------------
>
>                 Key: CB-4318
>                 URL: https://issues.apache.org/jira/browse/CB-4318
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 2.9.0
>            Reporter: Peter
>            Assignee: Joe Bowser
>            Priority: Minor
>
>  The CordovaActivity.java Javadoc advises users to use deprecated/removed 
> plugins.xml instead of config.xml
>  
> {code}
>  126  * Cordova plugins:
>  127  *      Cordova uses a file at res/xml/plugins.xml to list all plugins 
> that are installed.
>  128  *      Before using a new plugin, a new element must be added to the 
> file.
>  129  *          name attribute is the service name passed to Cordova.exec() 
> in JavaScript
>  130  *          value attribute is the Java class name to call.
>  131  *
>  132  *      <plugins>
>  133  *          <plugin name="App" value="org.apache.cordova.App"/>
>  134  *          ...
>  135  *      </plugins>
> {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

Reply via email to