You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Peter (JIRA)" <ji...@apache.org> on 2013/07/19 05:40:49 UTC

[jira] [Created] (CB-4318) CordovaActivity still refers to plugins.xml

Peter created CB-4318:
-------------------------

             Summary: 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