Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / admin / TwoAdmin.gwt.xml @ 623:66f69a7348ed

History | View | Annotate | Download (1.1 kB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<module>
3
  <!-- Inherit the core Web Toolkit stuff.                        -->
4
  <inherits name='com.google.gwt.user.User'/>
5
  <inherits name='com.google.gwt.user.datepicker.DatePicker'/>
6
        
7
  <!-- Inherit the default GWT style sheet.  You can change       -->
8
  <!-- the theme of your GWT application by uncommenting          -->
9
  <!-- any one of the following lines.                            -->
10
  <inherits name="com.google.gwt.user.theme.standard.Standard"/>
11
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
12
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
13
        <inherits name='com.google.gwt.gen2.Gen2' /> 
14
    <inherits name="com.google.gwt.visualization.Visualization"/>
15
        <inherits name='gr.ebs.gss.client.exceptions' />
16
        <inherits name='gr.ebs.gss.server.domain.dto' />
17
   <!-- <set-property name="user.agent" value="gecko,gecko1_8" />-->   
18

    
19
  <!-- Specify the app entry point class.                         -->
20
  <entry-point class='gr.ebs.gss.admin.client.TwoAdmin'/>
21

    
22
  <!-- Specify the paths for translatable code                    -->
23
  <source path='client'/>
24
</module>