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

[jira] [Updated] (CB-4393) Plugin tag is not replaced by

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

Sharif Ahmed updated CB-4393:
-----------------------------

    Description: 
Prior to 3.0.0 we used the following plugin tag for camera:
<plugin name="Camera" value="org.apache.cordova.CameraLauncher" />

Now the following tag is generated when we add plugin using cli:
<feature name="Camera">
        <param name="android-package"   value="org.apache.cordova.core.CameraLauncher" />
</feature>

The docs still shows the previous tag. In order to maintain consistency I think the docs needs to be updated to the new tag.


  was:
Prior to 3.0.0 we used the following plugin tag for camera:
<plugin name="Camera" value="org.apache.cordova.CameraLauncher" />

Now we the following tag is generated when we add plugin using cli:
<feature name="Camera">
        <param name="android-package"   value="org.apache.cordova.core.CameraLauncher" />
</feature>

The docs still shows the previous tag. In order to maintain consistency I think the docs needs to be updated to the new tag.


    
> Plugin tag <plugin/> is not replaced by <feature/> 
> ---------------------------------------------------
>
>                 Key: CB-4393
>                 URL: https://issues.apache.org/jira/browse/CB-4393
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: 3.0.0
>            Reporter: Sharif Ahmed
>            Assignee: Michael Brooks
>
> Prior to 3.0.0 we used the following plugin tag for camera:
> <plugin name="Camera" value="org.apache.cordova.CameraLauncher" />
> Now the following tag is generated when we add plugin using cli:
> <feature name="Camera">
>         <param name="android-package"   value="org.apache.cordova.core.CameraLauncher" />
> </feature>
> The docs still shows the previous tag. In order to maintain consistency I think the docs needs to be updated to the new tag.

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