Statistics
| Branch: | Tag: | Revision:

root / src / org / gss_project / gss / admin / TwoAdmin.gwt.xml @ 1206:292dec4eae08

History | View | Annotate | Download (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='org.gss_project.gss.common.Common'/>
16

    
17
  <!-- Specify the app entry point class.                         -->
18
  <entry-point class='org.gss_project.gss.admin.client.TwoAdmin'/>
19

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