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