From 22fff321038b028d5bf5c844838e57379c1d5972 Mon Sep 17 00:00:00 2001 From: Charles du Jeu Date: Tue, 9 Dec 2008 22:31:29 +0000 Subject: [PATCH 1/1] New libraries structure git-svn-id: https://svn.argeo.org/slc/trunk@1994 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../argeo-ria-lib/slc-web/Manifest.json | 34 +++++++++++++++++++ .../webapp/argeo-ria-lib/slc/Manifest.json | 34 +++++++++++++++++++ .../main/webapp/argeo-ria-src/Manifest.json | 8 ++--- 3 files changed, 72 insertions(+), 4 deletions(-) create mode 100644 org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc-web/Manifest.json create mode 100644 org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/Manifest.json 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" } } -- 2.39.2