Subversion Repositories eFlore/Applications.del

Rev

Rev 2095 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2095 Rev 2168
Line 1... Line 1...
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" />
Line 6... Line 6...
6
 
6
 
7
 
7
 
8
	<!--Defines all possible locales we'll use-->
8
	<!--Defines all possible locales we'll use-->
Line 12... Line 12...
12
    
12
    
13
    
13
    
14
	<!-- Inherit the default GWT style sheet. You can change -->
14
	<!-- Inherit the default GWT style sheet. You can change -->
15
	<!-- the theme of your GWT application by uncommenting -->
15
	<!-- the theme of your GWT application by uncommenting -->
16
	<!-- any one of the following lines. -->
16
	<!-- any one of the following lines. -->
17
	<inherits name='com.google.gwt.user.theme.standard.Standard' />
17
	<inherits name="com.google.gwt.user.theme.standard.Standard" />
Line 18... Line 18...
18
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
18
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
19
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
19
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
Line 28... Line 28...
28
 
28
 
29
	<!-- Specify the app entry point class. -->
29
	<!-- Specify the app entry point class. -->
Line 30... Line 30...
30
	<entry-point class='org.tela_botanica.del.client.Del' />
30
	<entry-point class='org.tela_botanica.del.client.Del' />
31
 
31
 
Line 32... Line 32...
32
	<!-- UIBinder allows to design GWT UI's declarative via XML.  -->
32
	<!-- UIBinder allows to design GWT UI's declarative via XML.  -->
33
  	<inherits name='com.google.gwt.uibinder.UiBinder' />
33
  	<inherits name="com.google.gwt.uibinder.UiBinder" />
34
  	
34
  	
Line 35... Line -...
35
	<!-- Specify the paths for translatable code -->
-
 
36
	<source path='client' />
35
	<!-- Specify the paths for translatable code -->
-
 
36
	<source path='client' />