]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/Manifest.json
Add com.sun.jndi.ldap visibility
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.ria / src / argeo-ria-lib / security / Manifest.json
1 {
2 "info" :
3 {
4 "name" : "org.argeo.security.ria",
5
6 "summary" : "Ria library for security management",
7 "description" : "Ria library for security management",
8
9 "homepage" : "http://www.argeo.org/",
10
11 "license" : "LGPL",
12 "authors" :
13 [
14 {
15 "name" : "Charles du Jeu",
16 "email" : "charles.dujeu@argeo.org"
17 }
18 ],
19
20 "version" : "trunk",
21 "qooxdoo-versions": ["0.8"]
22 },
23
24 "provides" :
25 {
26 "namespace" : "org.argeo.security.ria",
27 "encoding" : "utf-8",
28 "class" : "class",
29 "resource" : "resource",
30 "translation" : "translation",
31 "type" : "library"
32 }
33 }
34