Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 2 | Rev 9 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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