X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2Fargeo-ria-src%2Fclass%2Forg%2Fargeo%2Fria%2F__init__.js;fp=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2Fargeo-ria-src%2Fclass%2Forg%2Fargeo%2Fria%2F__init__.js;h=0000000000000000000000000000000000000000;hb=9e3b34f5cfbf0551d804a1ea7e5d793707293d35;hp=5ff6b21276fc2c2e7c269bcdf1f4a8b488f1c487;hpb=3e24f32c95b5ac3ec7fcae7000c4a8cfb857d514;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/class/org/argeo/ria/__init__.js b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/class/org/argeo/ria/__init__.js deleted file mode 100644 index 5ff6b2127..000000000 --- a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/class/org/argeo/ria/__init__.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Generic package for the Argeo Rich Internet Application based on qooxdoo (www.qooxdoo.org). - * This is an empty application in itself, since it requires at least a basic implementation to be useful. - * - * - * The skeleton of an ArgeoRIA is the following : - * - * + GUI Application containing a menubar, a toolbar, and an empty space for custom Perspective. - * - * + Various managers : org.argeo.ria.components.ViewsManager for manipulating IView (VIEW), org.argeo.ria.event.CommandsManager - * for automatically wiring commands inside the application (CONTROLLER), and org.argeo.ria.remote.RequestManager for accessing the data (MODEL). - * - * + A simple configuration will allow to start your own Perspective inside the application. - * - */ \ No newline at end of file