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

[jira] [Created] (CB-4477) Update core plugin install names

Shazron Abdullah created CB-4477:
------------------------------------

             Summary: Update core plugin install names
                 Key: CB-4477
                 URL: https://issues.apache.org/jira/browse/CB-4477
             Project: Apache Cordova
          Issue Type: Bug
          Components: Docs
    Affects Versions: 3.0.0
            Reporter: Shazron Abdullah
            Assignee: Michael Brooks
             Fix For: 3.1.0


For these guides:
1. http://cordova.apache.org/docs/en/3.0.0/plugin_ref_plugman.md.html#Using%20Plugman%20to%20Manage%20Plugins
2. http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface

We will need to replace the plugin as git repo link, and replace it with the actual core plugin name since plugin discovery will already be in by the time 3.1 is released

Example:
{code}
cordova plugin add org.apache.cordova.core.device
{code}
or 
{code}
plugman install --platform platform --plugin org.apache.cordova.core.device --project /path/to/project
{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