You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2014/01/07 18:02:02 UTC

[jira] [Created] (CB-5735) cordova create --link should use ID and from template

Andrew Grieve created CB-5735:
---------------------------------

             Summary: cordova create --link should use ID and <name> from template
                 Key: CB-5735
                 URL: https://issues.apache.org/jira/browse/CB-5735
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
            Reporter: Andrew Grieve
            Priority: Minor


e.g. for mobile-spec:

{code}
cordova create f --link cordova-mobile-spec
{code}

Should not change the ID and <name> within config.xml to: 
{code}
<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>HelloCordova</name>
{code}




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)