Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / admin / TwoAdmin.gwt.xml @ 376d0ebf

History | View | Annotate | Download (1.1 kB)

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