From: Charles du Jeu Date: Tue, 9 Dec 2008 22:28:43 +0000 (+0000) Subject: Move Manifest inside library X-Git-Tag: argeo-slc-2.1.7~2269 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=8949f873b979101cc1539a78a14f54ff525898ab;p=gpl%2Fargeo-slc.git Move Manifest inside library git-svn-id: https://svn.argeo.org/slc/trunk@1993 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.slc.webapp/src/main/webapp/Manifest.json b/org.argeo.slc.webapp/src/main/webapp/Manifest.json deleted file mode 100644 index 7a34397e2..000000000 --- a/org.argeo.slc.webapp/src/main/webapp/Manifest.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "info" : - { - "name" : "org.argeo.ria", - - "summary" : "Slc Webui", - "description" : "This is the canonical GUI for the SLC framework.", - - "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.ria", - "encoding" : "utf-8", - "class" : "source/class", - "resource" : "source/resource", - "translation" : "source/translation", - "type" : "application" - } -} - 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 new file mode 100644 index 000000000..7a34397e2 --- /dev/null +++ b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/Manifest.json @@ -0,0 +1,34 @@ +{ + "info" : + { + "name" : "org.argeo.ria", + + "summary" : "Slc Webui", + "description" : "This is the canonical GUI for the SLC framework.", + + "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.ria", + "encoding" : "utf-8", + "class" : "source/class", + "resource" : "source/resource", + "translation" : "source/translation", + "type" : "application" + } +} +