]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/Manifest.json
Wire the last service that allow filtering by collection id
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / Manifest.json
1 {
2 "info" :
3 {
4 "name" : "org.argeo.ria",
5
6 "summary" : "Slc Webui",
7 "description" : "This is the canonical GUI for the SLC framework.",
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",
27 "encoding" : "utf-8",
28 "class" : "source/class",
29 "resource" : "source/resource",
30 "translation" : "source/translation",
31 "type" : "application"
32 }
33 }
34