Subversion Repositories eFlore/Archives.cel-v1

Compare Revisions

Ignore whitespace Rev 9 → Rev 30

/trunk/src/org/tela_botanica/Cel.gwt.xml
1,16 → 1,14
<module>
 
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<!-- Parsing JSON -->
<inherits name='com.google.gwt.json.JSON' />
<inherits name='com.google.gwt.json.JSON' />
<!-- Passage de parametres -->
<inherits name="com.google.gwt.i18n.I18N"/>
<inherits name="com.google.gwt.i18n.I18N"/>
<!-- URL encode et decode -->
<inherits name="com.google.gwt.http.HTTP"/>
 
<inherits name="com.google.gwt.http.HTTP"/>
<!-- MyGwt -->
<inherits name='net.mygwt.ui.MyGWT'/> -->
<!-- Specify the app entry point class. -->
<entry-point class='org.tela_botanica.client.Cel'/>
<stylesheet src='Cel.css'/>
</module>