10 |
jpm |
1 |
<module>
|
|
|
2 |
<!-- Inherit the core Web Toolkit stuff. -->
|
|
|
3 |
<inherits name='com.google.gwt.user.User'/>
|
|
|
4 |
|
|
|
5 |
<!-- Inherit the default GWT style sheet. You can change -->
|
|
|
6 |
<!-- the theme of your GWT application by uncommenting -->
|
|
|
7 |
<!-- any one of the following lines. -->
|
|
|
8 |
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
|
|
|
9 |
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
|
|
|
10 |
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
|
|
|
11 |
|
|
|
12 |
<!-- Other module inherits -->
|
|
|
13 |
<inherits name='com.gwtext.GwtExt' />
|
|
|
14 |
|
|
|
15 |
<!-- Specify the app entry point class. -->
|
|
|
16 |
<entry-point class='org.tela_botanica.client.Coel'/>
|
|
|
17 |
|
|
|
18 |
<!-- Specify the application specific style sheet. -->
|
|
|
19 |
<stylesheet src="js/ext/resources/css/ext-all.css" />
|
|
|
20 |
<stylesheet src='Coel.css' />
|
|
|
21 |
|
|
|
22 |
<!-- Specify the application specific Javascript. -->
|
|
|
23 |
<script src="js/ext/adapter/ext/ext-base.js" />
|
|
|
24 |
<script src="js/ext/ext-all.js" />
|
|
|
25 |
|
|
|
26 |
</module>
|