Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 4 | Go to most recent revision | Details | 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' />
6
 
7
	<!-- Specify the app entry point class.                   -->
8
	<entry-point class='org.tela_botanica.client.Cel'/>
9
	        <stylesheet src='Cel.css'/>
10
 
11
</module>