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.
---
> 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
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