[ 
https://issues.apache.org/jira/browse/CB-9001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14564565#comment-14564565
 ] 

ASF subversion and git services commented on CB-9001:
-----------------------------------------------------

Commit be8282654f30e1bfcc62985341dc433783bb6a33 in cordova-lib's branch 
refs/heads/master from daserge
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=be82826 ]

CB-9001 Set WMAppManifest.xml Author, Description and Publisher attributes 
based on config.xml

Used getNodeTextSafe in ConfigParser' description getter


> wp8 with Cordova Cli 5.0 (config.xml problem)
> ---------------------------------------------
>
>                 Key: CB-9001
>                 URL: https://issues.apache.org/jira/browse/CB-9001
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP8
>         Environment: Cordova Cli 5.0 with all latest core official plugin
>            Reporter: Colin Bau
>            Assignee: Jesse MacFadyen
>
> This is a sample config.xml related value
> <name>HelloWorld</name>
> <description>A sample Apache Cordova application that responds to the 
> deviceready event</description>
> <author email="[email protected]" href="http://cordova.io";>Apache 
> Cordova Team</author>
> after cordova build ... it will generate a xap file,and I open xap file's 
> WMAppManifest.xml
> This is the WMAppManifest.xml,but it will become the strange value
> <App Author="HelloWorld Author" Description="Apache Cordova for Windows 
> Phone" Publisher="HelloWorld Publisher" Title="HelloWorld">
> it should be update to such kind of way
> <App Author="Apache Cordova Team" Description="A sample Apache Cordova 
> application that responds to the deviceready event" Publisher="Apache Cordova 
> Team" Title="HelloWorld">



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to