You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/08/21 01:30:52 UTC

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

    [ https://issues.apache.org/jira/browse/CB-4318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13745620#comment-13745620 ] 

ASF subversion and git services commented on CB-4318:
-----------------------------------------------------

Commit f42b34d6b4734f0000db1fe8c08ce61e330e4851 in branch refs/heads/master from [~bowserj]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=f42b34d ]

CB-4318: We have docs, this doesn't need to be in the comments

                
> 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