Subversion Repositories eFlore/Archives.cel-v2

Rev

Rev 3 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<module>

      <!-- Inherit the core Web Toolkit stuff.                        -->
      <inherits name='com.google.gwt.user.User'/>
      <!-- Other module inherits                                      -->
      <!-- Inherit the core Web Toolkit stuff.                  -->
          <inherits name='com.gwtext.GwtExt' />
          <!-- Parsing JSON                                         -->
          <inherits name='com.google.gwt.json.JSON' />
          <!-- Encore des trucs pour les user extensions -->
          <inherits name='com.gwtextux.GwtExtUx'/>
          <!-- Passage de parametres                                -->
      <inherits name="com.google.gwt.i18n.I18N"/>        
        
        
        <stylesheet src="js/ext/resources/css/ext-all.css" />
        <script src="js/ext/adapter/ext/ext-base.js" />
        <script src="js/ext/ext-all.js" />
        <script src="js/UploadDialog/Ext.ux.UploadDialog.js" />
        <script src="js/UploadDialog/Ext.ux.UploadDialog.packed.js" />


      <!-- Specify the app entry point class.                         -->
      <entry-point class='org.tela_botanica.client.cel2'/>
    
      <!-- Specify the application specific style sheet.              -->
      <stylesheet src='cel2.css' />
        
</module>