source: other-projects/FileTransfer-WebSocketPair/testGXTWithGreenstone/war/WEB-INF/classes/com/gs3/testGXT/TestGXT.gwt.xml@ 33053

Last change on this file since 33053 was 33053, checked in by ak19, 5 years ago

I still had some stuff of Nathan Kelly's (FileTransfer-WebSocketPair) sitting on my USB. Had already commited the Themes folder at the time, 2 years back. Not sure if he wanted this additional folder commited. But I didn't want to delete it and decided it will be better off on SVN. When we use his project, if we find we didn't need this test folder, we can remove it from svn then.

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 When updating your version of GWT, you should also update this DTD reference,
4 so that your app can take advantage of the latest GWT module capabilities.
5-->
6<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN"
7 "http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
8<module rename-to='testgxt'>
9
10 <!-- Inherit the core Web Toolkit stuff. -->
11 <inherits name='com.google.gwt.user.User'/>
12 <inherits name="com.google.gwt.http.HTTP" />
13
14 <!-- Other module inherits -->
15 <inherits name='com.sencha.gxt.ui.GXT' />
16
17 <!-- GXT Stylesheet -->
18 <stylesheet src="reset.css" />
19
20 <!-- GXT Theme -->
21 <!-- Be sure to include Neptunes gxt-theme-neptune.jar in the classpath -->
22
23 <inherits name="com.gs3.theme.greenstone.Theme" />
24
25 <!-- Specify the app entry point class. -->
26 <entry-point class='com.gs3.testGXT.client.TestGXT'/>
27
28 <!-- Specify the paths for translatable code -->
29 <source path='client'/>
30 <source path='shared'/>
31
32 <!-- allow Super Dev Mode -->
33 <add-linker name="xsiframe"/>
34</module>
Note: See TracBrowser for help on using the repository browser.