source: sandbox/newExpressoMail/newExpressoMail2/setup/setup.inc.php @ 7212

Revision 7212, 1.6 KB checked in by gustavo, 12 years ago (diff)

Ticket #0000 - Criado novo modulo para o desenvolvimento do novo ExpressoMail?

  • Property svn:executable set to *
Line 
1<?php
2        /***********************************************************************************\
3        * Expresso Calendar                                                                                               
4        *
5        * ---------------------------------------------------------------------------------*
6        *  This program is free software; you can redistribute it and/or modify it                 *
7        *  under the terms of the GNU General Public License as published by the                   *
8        *  Free Software Foundation; either version 2 of the License, or (at your                  *
9        *  option) any later version.                                                                                                      *
10        \***********************************************************************************/
11
12        $setup_info['newExpressoMail']['name']          = 'newExpressoMail';
13        $setup_info['newExpressoMail']['title']         = 'Expresso Mail 2.0';
14        /* Ao incrementar versão, não esquecer de declarar função do tables_update.inc.php*/
15        $setup_info['newExpressoMail']['version']       = '1.000';
16        $setup_info['newExpressoMail']['app_order']     = 13;
17
18        //$setup_info['newExpressoMail']['tables'][]            =  'calendar_signature_alarm';
19
20        $setup_info['newExpressoMail']['enable']                = 1;
21
22        $setup_info['newExpressoMail']['author'] = 'autor';
23
24        $setup_info['newExpressoMail']['maintainer'] = 'mantedor';
25
26        $setup_info['newExpressoMail']['license']  = 'GPL';
27        $setup_info['newExpressoMail']['description'] = 'Modulo de E-mails do ExpressoLivre';
28
29        $setup_info['newExpressoMail']['hooks'][] = 'admin';
30
31        /* The hooks this app includes, needed for hooks registration */
32//      $setup_info['newExpressoMail']['hooks'][] = 'admin';
33       
34//      /* Dependencies for this app to work */
35//      $setup_info['newExpressoMail']['depends'][] = array(
36//              'appname' => 'phpgwapi',
37//              'versions' => Array('2.4.0')
38//      );
39   
40   
41?>
Note: See TracBrowser for help on using the repository browser.