Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1024 Rev 1025
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<module rename-to="cel3">
2
<module rename-to="cel">
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'/>
Line 5... Line 5...
5
 
5
 
6
  <!-- Inherit the default GWT style sheet.  You can change       -->
6
  <!-- Inherit the default GWT style sheet.  You can change       -->
7
  <!-- the theme of your GWT application by uncommenting          -->
7
  <!-- the theme of your GWT application by uncommenting          -->
8
  <!-- any one of the following lines.                            -->
8
  <!-- any one of the following lines.                            -->
9
  <inherits name='com.google.gwt.user.theme.standard.Standard'/>
9
  <inherits name='com.google.gwt.user.theme.standard.Standard'/>
10
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
10
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
Line -... Line 11...
-
 
11
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
-
 
12
  
-
 
13
  <!-- Other module inherits -->
-
 
14
  <inherits name="com.google.gwt.activity.Activity" />
11
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
15
  <inherits name="com.google.gwt.place.Place" />
12
  
16
  
Line 13... Line 17...
13
  <!-- Parsing JSON                                         -->
17
  <!-- Parsing JSON                                         -->
14
  <inherits name='com.google.gwt.json.JSON' />
18
  <inherits name='com.google.gwt.json.JSON' />
-
 
19
 
-
 
20
  <!-- Specify the app entry point class.                         -->
-
 
21
  <entry-point class='org.tela_botanica.cel.client.Cel'/>
Line 15... Line 22...
15
 
22
  
16
  <!-- Specify the app entry point class.                         -->
23
  <!-- UIBinder allows to design GWT UI's declarative via XML.  -->
17
  <entry-point class='org.tela_botanica.cel.client.Cel3.java'/>
24
  <inherits name='com.google.gwt.uibinder.UiBinder' />