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)