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/09/10 00:36:51 UTC

[jira] [Created] (CB-4770) plugman should be able to fetch dependencies from registry

Anis Kadri created CB-4770:
------------------------------

             Summary: plugman should be able to fetch dependencies from registry
                 Key: CB-4770
                 URL: https://issues.apache.org/jira/browse/CB-4770
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugman
    Affects Versions: 3.0.0
            Reporter: Anis Kadri
            Assignee: Anis Kadri
             Fix For: 3.1.0


Currently dependencies are declared like so

{code:xml}
<dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" />
{code}

Add support for this declaration

{code:xml}
 <dependency id="org.apache.cordova.core.file"/>
{code}

Where *_org.apache.cordova.core.file_* is fetched from [http://registry.cordova.io|http://registry.cordova.io]

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