Subversion Repositories eFlore/Applications.del

Rev

Rev 7 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 24
Line 16... Line 16...
16
	<inherits name="com.google.gwt.place.Place" />
16
	<inherits name="com.google.gwt.place.Place" />
Line 17... Line 17...
17
 
17
 
18
	<!-- Specify the app entry point class. -->
18
	<!-- Specify the app entry point class. -->
Line -... Line 19...
-
 
19
	<entry-point class='org.tela_botanica.del.client.Del' />
-
 
20
 
-
 
21
	<!-- UIBinder allows to design GWT UI's declarative via XML.  -->
19
	<entry-point class='org.tela_botanica.del.client.Del' />
22
  	<inherits name='com.google.gwt.uibinder.UiBinder' />
20
 
23
  	
21
	<!-- Specify the paths for translatable code -->
24
	<!-- Specify the paths for translatable code -->
Line 22... Line 25...
22
	<source path='client' />
25
	<source path='client' />
23
	<source path='shared' />
26
	<source path='shared' />