Re: [qooxdoo-devel] Get version from Manifest file

2012-05-29 Thread jabraham
Done Bug 6463 - Cannot read "info" Map from Manifest.json Jacob -- View this message in context: http://qooxdoo.678.n2.nabble.com/Get-version-from-Manifest-file-tp7575632p7579689.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Get version from Manifest file

2012-05-24 Thread thron7
> Hi All > > > My manifest file looks like this > { > "info" : { >"name" : "MyApp", >. >"version" : "1.3.5-2012", > } > "provides" : { >"namespace" : "myapp", >. > } > } > > Could someone tell me how to get this

[qooxdoo-devel] Get version from Manifest file

2012-05-24 Thread jabraham
Hi All My manifest file looks like this { "info" : { "name" : "MyApp", . "version" : "1.3.5-2012", } "provides" : { "namespace" : "myapp", . } } Could someone tell me how to get this info within the application? I