]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/org.argeo.slc.ria/src/main/webapp/argeo-ria-lib/slc/Manifest.json
Create Argeo SLC RIA project
[gpl/argeo-slc.git] / server / org.argeo.slc.ria / src / main / webapp / argeo-ria-lib / slc / Manifest.json
1 {
2 "info" :
3 {
4 "name" : "org.argeo.slc.ria",
5
6 "summary" : "Slc Ria library",
7 "description" : "Utilities for SLC RIA",
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.slc.ria",
27 "encoding" : "utf-8",
28 "class" : "class",
29 "resource" : "resource",
30 "translation" : "translation",
31 "type" : "library"
32 }
33 }
34