| 2 | 
           aperonnet | 
           1 | 
           <module>
  | 
        
        
            | 
            | 
           2 | 
              | 
        
        
            | 
            | 
           3 | 
                 <!-- Inherit the core Web Toolkit stuff.                        -->
  | 
        
        
            | 
            | 
           4 | 
                 <inherits name='com.google.gwt.user.User'/>
  | 
        
        
            | 
            | 
           5 | 
              | 
        
        
            | 
            | 
           6 | 
                 <!-- Inherit the default GWT style sheet.  You can change       -->
  | 
        
        
            | 
            | 
           7 | 
                 <!-- the theme of your GWT application by uncommenting          -->
  | 
        
        
            | 
            | 
           8 | 
                 <!-- any one of the following lines.                            -->
  | 
        
        
            | 
            | 
           9 | 
                 <inherits name='com.google.gwt.user.theme.standard.Standard'/>
  | 
        
        
            | 
            | 
           10 | 
                 <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
  | 
        
        
            | 
            | 
           11 | 
                 <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
  | 
        
        
            | 
            | 
           12 | 
              | 
        
        
            | 
            | 
           13 | 
                 <!-- Other module inherits                                      -->
  | 
        
        
           | 294 | 
           aurelien | 
           14 | 
              | 
        
        
           | 2 | 
           aperonnet | 
           15 | 
           		<!-- Parsing JSON                                         -->
  | 
        
        
            | 
            | 
           16 | 
           		<inherits name='com.google.gwt.json.JSON' />
  | 
        
        
           | 294 | 
           aurelien | 
           17 | 
           		<!-- Encore des trucs pour les cartes -->
  | 
        
        
            | 
            | 
           18 | 
           		<inherits name="com.google.gwt.maps.GoogleMaps" />
  | 
        
        
           | 2 | 
           aperonnet | 
           19 | 
           		<!-- Encore des trucs pour les user extensions -->
  | 
        
        
           | 294 | 
           aurelien | 
           20 | 
           		<inherits name='com.gwtextux.GwtExtUx' />
  | 
        
        
           | 2 | 
           aperonnet | 
           21 | 
              | 
        
        
            | 
            | 
           22 | 
                 <!-- Specify the app entry point class.                         -->
  | 
        
        
            | 
            | 
           23 | 
                 <entry-point class='org.tela_botanica.client.cel2'/>
  | 
        
        
            | 
            | 
           24 | 
              | 
        
        
            | 
            | 
           25 | 
           </module>
  |