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

ASF GitHub Bot commented on CB-9001:
------------------------------------

GitHub user daserge opened a pull request:

    https://github.com/apache/cordova-lib/pull/229

    CB-9001 Set WMAppManifest.xml Author, Description and Publisher attri…

    …butes based on config.xml
    
    Used getNodeTextSafe in ConfigParser' description getter
    
    [JIRA issue](https://issues.apache.org/jira/browse/CB-9001)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-lib CB-9001

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/229.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #229
    
----
commit be8282654f30e1bfcc62985341dc433783bb6a33
Author: daserge <[email protected]>
Date:   2015-05-28T13:35:24Z

    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