Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<module rename-to='GoldOAPortal'>
3
    <!-- Inherit the core Web Toolkit stuff.                        -->
4
    <inherits name='com.google.gwt.user.User' />
5

    
6
    <!-- We need the JUnit module in the main module,               -->
7
    <!-- otherwise eclipse complains (Google plugin bug?)           -->
8
    <inherits name='com.google.gwt.junit.JUnit' />
9

    
10
    <!-- Inherit the default GWT style sheet.  You can change       -->
11
    <!-- the theme of your GWT application by uncommenting          -->
12
    <!-- any one of the following lines.                            -->
13
    <inherits name='com.google.gwt.user.theme.standard.Standard' />
14
    <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
15
    <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
16

    
17
    <!-- Other module inherits                                      -->
18
    <inherits name ="com.github.gwtbootstrap.Bootstrap"/>
19
    <inherits name="com.googlecode.gwt.crypto.Crypto" />
20
    <inherits name='com.github.gwtbootstrap.datepicker.Datepicker' />
21
    <inherits name ="eu.dnetlib.goldoa.goldOADomain"/>
22
    <inherits name='com.google.gwt.query.Query' />
23
    <inherits name= "com.claudiushauptmann.gwt.recaptcha.gwt-recaptcha" />
24
    <inherits name='com.sencha.gxt.ui.GXT' />
25
    <inherits name="org.moxieapps.gwt.highcharts.Highcharts"/>
26
    <inherits name="com.googlecode.gwt.charts.Charts"/>
27

    
28
    <!-- Specify the app entry point class.                         -->
29
    <entry-point class='eu.dnetlib.client.GoldOAPortal' />
30

    
31
    <!-- Specify the paths for translatable code                    -->
32
    <source path='client' />
33
    <source path='shared' />
34

    
35
    <set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
36

    
37
</module>
(1-1/3)