You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Anis Kadri (JIRA)" <ji...@apache.org> on 2013/05/23 20:53:20 UTC

[jira] [Updated] (CB-3459) plugman should handle configuration automatically

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

Anis Kadri updated CB-3459:
---------------------------

    Description: 
plugman should know how to handle configuration automatically no matter what cordova version a project uses.

{code:xml}
<config-file name="config.xml">
<plugin name="Plugin" value="Plugin" />
</config-file>
{code}

OR

{code:xml}
<config-file name="config.xml">
<feature name="MyPlugin">
  <param name="Plugin" value="Plugin" />
</feature>
</config-file>
{code}

OR

{code:xml}
<plugins-plist key="com.phonegap.plugins.myplugin"
            string="MyPlugin" />
{code}

OR better yet

Have the latest plugin.xml spec support old Cordova versions (plist, new/old xml).

  was:
plugman should know how to handle configuration automatically no matter what cordova version a project uses.

{code:xml}
<config-file name="config.xml">
<plugin name="Plugin" value="Plugin" />
</config-file>
{code}

OR

{code:xml}
<config-file name="config.xml">
<feature name="MyPlugin">
  <param name="Plugin" value="Plugin" />
</feature>
</config-file>
{code}

OR

{code:xml}
<plugins-plist key="com.phonegap.plugins.myplugin"
            string="MyPlugin" />
{code}

    
> plugman should handle configuration automatically
> -------------------------------------------------
>
>                 Key: CB-3459
>                 URL: https://issues.apache.org/jira/browse/CB-3459
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugman
>    Affects Versions: 2.7.0
>            Reporter: Anis Kadri
>            Assignee: Filip Maj
>             Fix For: 3.0.0
>
>
> plugman should know how to handle configuration automatically no matter what cordova version a project uses.
> {code:xml}
> <config-file name="config.xml">
> <plugin name="Plugin" value="Plugin" />
> </config-file>
> {code}
> OR
> {code:xml}
> <config-file name="config.xml">
> <feature name="MyPlugin">
>   <param name="Plugin" value="Plugin" />
> </feature>
> </config-file>
> {code}
> OR
> {code:xml}
> <plugins-plist key="com.phonegap.plugins.myplugin"
>             string="MyPlugin" />
> {code}
> OR better yet
> Have the latest plugin.xml spec support old Cordova versions (plist, new/old xml).

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