]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/sample/Manifest.json
API Documentation
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / argeo-ria-lib / sample / Manifest.json
1 {
2 "info" :
3 {
4 "name" : "org.argeo.ria.sample",
5
6 "summary" : "Sample RIA Application",
7 "description" : "Basic RIA Implementation for documentation purposes",
8
9 "homepage" : "http://www.argeo.org/",
10
11 "license" : "LGPL",
12 "authors" :
13 [
14 {
15 "name" : "Charles du Jeu",
16 "email" : "charles.dujeu@gmail.com"
17 }
18 ],
19
20 "version" : "trunk",
21 "qooxdoo-versions": ["0.8"]
22 },
23
24 "provides" :
25 {
26 "namespace" : "org.argeo.ria.sample",
27 "encoding" : "utf-8",
28 "class" : "class",
29 "resource" : "resource",
30 "translation" : "translation",
31 "type" : "library"
32 }
33 }
34