Aleksey Yashchenko created CB-5514:
--------------------------------------

             Summary: platform specific config.xml gets duplicate 'name' and 
'description' entries
                 Key: CB-5514
                 URL: https://issues.apache.org/jira/browse/CB-5514
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: 3.2.0
         Environment: OS X, iOS
            Reporter: Aleksey Yashchenko


When generating cordova project from scratch, CLI builder adds user provided 
config.xml to default config.xml, which results in duplicate /widget/name and 
/widget/description tags, i.e.

<widget id="id3" version="1.0.1" xmlns="http://www.w3.org/ns/widgets"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0";>
    <name>Hello Cordova</name>
    <description>
        A sample Apache Cordova application that responds to the deviceready 
event.
    </description>

.... more content here:
    <name>name3</name>
    <description>
           33333333
    </description>




--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to