source: companies/serpro/listAdmin/setup/setup.inc.php @ 903

Revision 903, 1.2 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<?php
2        /***********************************************************************************\
3        *  This program is free software; you can redistribute it and/or modify it                 *
4        *  under the terms of the GNU General Public License as published by the                   *
5        *  Free Software Foundation; either version 2 of the License, or (at your                  *
6        *  option) any later version.                                                                                                      *
7        \***********************************************************************************/
8
9        $setup_info['listAdmin']['name'] = 'listAdmin';
10        $setup_info['listAdmin']['version'] = '1.0.0';
11        $setup_info['listAdmin']['app_order'] = 10;
12        $setup_info['listAdmin']['enable'] = 1;
13
14        $setup_info['listAdmin']['author'] = 'Rommel de Brito Cysne (rommel.cysne@serpro.gov.br)';
15        $setup_info['listAdmin']['license']  = 'GPL';
16        $setup_info['listAdmin']['description'] = 'Interface de administracao de listas de e-mail do Mailman.';
17        $setup_info['listAdmin']['note'] = '';
18        $setup_info['listAdmin']['maintainer'] = array(
19                'name'  => 'Rommel Cysne',
20                'email' => 'rommel.cysne@serpro.gov.br'
21        );
22
23
24        /* Dependencies for this app to work */
25        $setup_info['listAdmin']['depends'][] = array(
26                'appname' => 'phpgwapi',
27                'versions' => Array('0.9.14','0.9.15','1.0.0')
28        );
29?>
Note: See TracBrowser for help on using the repository browser.