From: Charles du Jeu Date: Tue, 9 Dec 2008 22:31:29 +0000 (+0000) Subject: New libraries structure X-Git-Tag: argeo-slc-2.1.7~2268 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=22fff321038b028d5bf5c844838e57379c1d5972;hp=8949f873b979101cc1539a78a14f54ff525898ab;p=gpl%2Fargeo-slc.git New libraries structure git-svn-id: https://svn.argeo.org/slc/trunk@1994 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc-web/Manifest.json b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc-web/Manifest.json new file mode 100644 index 000000000..ed1705eed --- /dev/null +++ b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc-web/Manifest.json @@ -0,0 +1,34 @@ +{ + "info" : + { + "name" : "org.argeo.slc.web", + + "summary" : "Slc Web Application", + "description" : "RIA Implementation for SLC Web", + + "homepage" : "http://www.argeo.org/", + + "license" : "LGPL", + "authors" : + [ + { + "name" : "Charles du Jeu", + "email" : "charles.dujeu@gmail.com" + } + ], + + "version" : "trunk", + "qooxdoo-versions": ["0.8"] + }, + + "provides" : + { + "namespace" : "org.argeo.slc.web", + "encoding" : "utf-8", + "class" : "class", + "resource" : "resource", + "translation" : "translation", + "type" : "library" + } +} + diff --git a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/Manifest.json b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/Manifest.json new file mode 100644 index 000000000..8cde37855 --- /dev/null +++ b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/Manifest.json @@ -0,0 +1,34 @@ +{ + "info" : + { + "name" : "org.argeo.slc.ria", + + "summary" : "Slc Ria library", + "description" : "Utilities for SLC RIA", + + "homepage" : "http://www.argeo.org/", + + "license" : "LGPL", + "authors" : + [ + { + "name" : "Charles du Jeu", + "email" : "charles.dujeu@gmail.com" + } + ], + + "version" : "trunk", + "qooxdoo-versions": ["0.8"] + }, + + "provides" : + { + "namespace" : "org.argeo.slc.ria", + "encoding" : "utf-8", + "class" : "class", + "resource" : "resource", + "translation" : "translation", + "type" : "library" + } +} + diff --git a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/Manifest.json b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/Manifest.json index 7a34397e2..9c6d5e8a4 100644 --- a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/Manifest.json +++ b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/Manifest.json @@ -4,7 +4,7 @@ "name" : "org.argeo.ria", "summary" : "Slc Webui", - "description" : "This is the canonical GUI for the SLC framework.", + "description" : "Argeo Rich Internet Application", "homepage" : "http://www.argeo.org/", @@ -25,9 +25,9 @@ { "namespace" : "org.argeo.ria", "encoding" : "utf-8", - "class" : "source/class", - "resource" : "source/resource", - "translation" : "source/translation", + "class" : "class", + "resource" : "resource", + "translation" : "translation", "type" : "application" } }