]> git.llucax.com Git - mecon/intranet.git/blob - doc/xmi2code.config
Carga Copete, Noticias(demo) e imagenes
[mecon/intranet.git] / doc / xmi2code.config
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  ! vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
4  ! **********************************************************************
5  ! *                      Ministerio de Economía                        *
6  ! *                             Intranet                              *
7  ! **********************************************************************
8  ! * This file is part of Intranet.                                    *
9  ! *                                                                    *
10  ! * Intranet is free software; you can redistribute it and/or modify  *
11  ! * it under the terms of the GNU General Public License as published  *
12  ! * by the Free Software Foundation; either version 2 of the License,  *
13  ! * or (at your option) any later version.                             *
14  ! *                                                                    *
15  ! * Intranet is distributed in the hope that it will be useful, but   *
16  ! * WITHOUT ANY WARRANTY; without even the implied warranty of         *
17  ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   *
18  ! * General Public License for more details.                           *
19  ! *                                                                    *
20  ! * You should have received a copy of the GNU General Public License  *
21  ! * along with Hooks; if not, write to the Free Software Foundation,   *
22  ! * Inc., 59 Temple Place, Suite 330, Boston, MA  02111*1307  USA      *
23  ! **********************************************************************
24  ! * Creado: Mon Jun 23 14:09:15 ART 2003                               *
25  ! * Autor:  Gonzalo Merayo <gmeray@mecon.gov.ar>                                                    *
26  ! *********************************************************************+
27  ! 
28  ! $Id$
29  ! 
30  !-->
31
32 <xmi2code>
33   <option key="target" value="*"/>
34   <option key="xmi-input" value="uml.xmi"/>
35   <option key="config-file" value="xmi2code.config"/>
36   <option key="config-file-set" value="false"/>
37   <option key="handler" value="umbrello"/>
38   <option key="generator-path" value="../sistema/local_lib"/>
39   <option key="use-package-as-dir" value="true"/>
40   <option key="indent" value="    "/>
41   <option key="files-case" value="preserve"/>
42   <option key="generator" value="php.pear"/>
43   <option key="template-path" value="."/>
44   <option key="php.template" value="xmi2code.tpl.php"/>
45   <option key="php.default-code" value="trigger_error('Not implemented!', E_USER_WARNING);"/>
46   <option key="php.pear.use-package-in-classnames" value="true"/>
47   <option key="php.pear.underscore-in-nonpublic" value="true"/>
48 </xmi2code>