Subversion Repositories eFlore/Applications.del

Rev

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

Rev 7 Rev 24
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<module rename-to="del">
2
<module rename-to="del">
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='org.cobogw.gwt.user.User' />
5
	<inherits name='org.cobogw.gwt.user.User' />
6
 
6
 
7
	<!-- Inherit the default GWT style sheet. You can change -->
7
	<!-- Inherit the default GWT style sheet. You can change -->
8
	<!-- the theme of your GWT application by uncommenting -->
8
	<!-- the theme of your GWT application by uncommenting -->
9
	<!-- any one of the following lines. -->
9
	<!-- any one of the following lines. -->
10
	<inherits name='com.google.gwt.user.theme.standard.Standard' />
10
	<inherits name='com.google.gwt.user.theme.standard.Standard' />
11
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
11
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
12
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
12
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
13
 
13
 
14
	<!-- Other module inherits -->
14
	<!-- Other module inherits -->
15
	<inherits name="com.google.gwt.activity.Activity" />
15
	<inherits name="com.google.gwt.activity.Activity" />
16
	<inherits name="com.google.gwt.place.Place" />
16
	<inherits name="com.google.gwt.place.Place" />
17
 
17
 
18
	<!-- Specify the app entry point class. -->
18
	<!-- Specify the app entry point class. -->
19
	<entry-point class='org.tela_botanica.del.client.Del' />
19
	<entry-point class='org.tela_botanica.del.client.Del' />
-
 
20
 
-
 
21
	<!-- UIBinder allows to design GWT UI's declarative via XML.  -->
-
 
22
  	<inherits name='com.google.gwt.uibinder.UiBinder' />
20
 
23
  	
21
	<!-- Specify the paths for translatable code -->
24
	<!-- Specify the paths for translatable code -->
22
	<source path='client' />
25
	<source path='client' />
23
	<source path='shared' />
26
	<source path='shared' />
24
 
27
 
25
</module>
28
</module>