| Line 7... | 
            Line 7... | 
          
          
            | 7 | 
            	<!-- the theme of your GWT application by uncommenting -->
  | 
            7 | 
            	<!-- the theme of your GWT application by uncommenting -->
  | 
          
          
            | 8 | 
            	<!-- any one of the following lines. -->
  | 
            8 | 
            	<!-- any one of the following lines. -->
  | 
          
          
            | 9 | 
            	<inherits name="com.google.gwt.user.theme.standard.Standard"/>
  | 
            9 | 
            	<inherits name="com.google.gwt.user.theme.standard.Standard"/>
  | 
          
          
            | 10 | 
            	<!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> -->
  | 
            10 | 
            	<!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> -->
  | 
          
          
            | 11 | 
            	<!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/> -->
  | 
            11 | 
            	<!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/> -->
  | 
          
          
            | - | 
               | 
            12 | 
            	
  | 
          
          
            | - | 
               | 
            13 | 
            	<!-- Permet d'accélérer le temps de compilation en compilant que pour Firefox > à 1.5 -->
  | 
          
          
            | - | 
               | 
            14 | 
            	<!-- Bien mettre gecko1_8 (et pas gecko) sinon ne marche pas dans Firefox > à 1.5 -->
  | 
          
          
            | - | 
               | 
            15 | 
            	<!-- <set-property name="user.agent" value="gecko1_8"/> -->
  | 
          
          
            | - | 
               | 
            16 | 
            	<!-- <set-property name="user.agent" value="safari"/> -->
  | 
          
          
            | Line 12... | 
            Line 17... | 
          
          
            | 12 | 
             
  | 
            17 | 
             
  | 
          
          
            | 13 | 
            	<!-- Other module inherits -->
  | 
            18 | 
            	<!-- Other module inherits -->
  | 
          
          
            | 14 | 
            	<inherits name="com.google.gwt.i18n.I18N"/>
  | 
            19 | 
            	<inherits name="com.google.gwt.i18n.I18N"/>
  | 
          
          
            | 15 | 
            	<!-- <inherits name="com.google.gwt.junit.JUnit"/> -->
  | 
            20 | 
            	<!-- <inherits name="com.google.gwt.junit.JUnit"/> -->
  | 
          
          
            | Line 16... | 
            Line 21... | 
          
          
            | 16 | 
            	<extend-property name="locale" values="fr, en"/>
  | 
            21 | 
            	<extend-property name="locale" values="fr, en"/>
  | 
          
          
            | 17 | 
            	
  | 
            22 | 
            	
  | 
          
          
            | - | 
               | 
            23 | 
            	<!-- Specify the app entry point class. -->
  | 
          
          
            | - | 
               | 
            24 | 
            	<entry-point class="org.tela_botanica.client.Coel"/>
  | 
          
          
            | - | 
               | 
            25 | 
            	
  | 
          
          
            | - | 
               | 
            26 | 
            	<!-- A décommenter pour activer une compilation spéciale pour le super dev mode -->
  | 
          
          
            | - | 
               | 
            27 | 
            	<!-- <add-linker name="xsiframe"/> -->
  | 
          
          
            | 18 | 
            	<!-- Specify the app entry point class. -->
  | 
            28 | 
            	<!-- <set-configuration-property name="devModeRedirectEnabled" value="true"/> -->
  |