Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 2 | Rev 9 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 ddelon 1
<module>
2
 
3
	<!-- Inherit the core Web Toolkit stuff.                  -->
4
	<inherits name='com.google.gwt.user.User'/>
5
	<inherits name='com.google.gwt.json.JSON' />
4 ddelon 6
    <inherits name="com.google.gwt.i18n.I18N"/>
2 ddelon 7
 
8
	<!-- Specify the app entry point class.                   -->
9
	<entry-point class='org.tela_botanica.client.Cel'/>
10
	        <stylesheet src='Cel.css'/>
11
 
12
</module>