Projet

Général

Profil

99_autofreeze.xml

Joël Cuissinat, 11/04/2014 17:30

Télécharger (857 octets)

 
1
<?xml version='1.0' encoding='utf-8'?>
2

    
3
<creole>
4

    
5
    <files>
6
    </files>
7

    
8
    <containers>
9
    </containers>
10

    
11
    <variables>
12
        <family name='autofreeze'>
13
            <variable name='auto_basic'  type='string' auto_freeze='True' mode='basic'  description="autofreeze basic">
14
                <value>défaut</value>
15
             </variable>
16
            <variable name='auto_normal' type='string' auto_freeze='True' mode='normal' description="autofreeze normal">
17
                <value>défaut</value>
18
            </variable>
19
            <variable name='auto_expert' type='string' auto_freeze='True' mode='expert' description="autofreeze expert">
20
                <value>défaut</value>
21
            </variable>
22
        </family>
23
    </variables>
24

    
25
    <constraints>
26
    </constraints>
27

    
28
    <help>
29
    </help>
30

    
31
</creole>
32
<!-- vim: ts=4 sw=4 expandtab
33
-->