Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1 Rev 7
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' />
Line 5... Line 6...
5
 
6
 
6
  <!-- Inherit the default GWT style sheet.  You can change       -->
7
	<!-- Inherit the default GWT style sheet. You can change -->
7
  <!-- the theme of your GWT application by uncommenting          -->
8
	<!-- the theme of your GWT application by uncommenting -->
8
  <!-- any one of the following lines.                            -->
9
	<!-- any one of the following lines. -->
9
  <inherits name='com.google.gwt.user.theme.standard.Standard'/>
10
	<inherits name='com.google.gwt.user.theme.standard.Standard' />
10
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
11
	<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
Line 11... Line 12...
11
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
12
	<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
12
 
13
 
13
  <!-- Other module inherits                                      -->
14
	<!-- Other module inherits -->
Line 14... Line 15...
14
  <inherits name="com.google.gwt.activity.Activity"/>
15
	<inherits name="com.google.gwt.activity.Activity" />
15
  <inherits name="com.google.gwt.place.Place"/>
16
	<inherits name="com.google.gwt.place.Place" />
Line 16... Line 17...
16
 
17
 
17
  <!-- Specify the app entry point class.                         -->
18
	<!-- Specify the app entry point class. -->
18
  <entry-point class='org.tela_botanica.del.client.Del'/>
19
	<entry-point class='org.tela_botanica.del.client.Del' />
Line 19... Line 20...
19
 
20
 
20
  <!-- Specify the paths for translatable code                    -->
21
	<!-- Specify the paths for translatable code -->