Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / admin / TwoAdmin.gwt.xml @ 0a37ac21

History | View | Annotate | Download (1.1 kB)

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