source: other-projects/FileTransfer-WebSocketPair/GXTWebsocketClient/war/WEB-INF/classes/com/sksamuel/gwt/GwtWebsockets.gwt.xml@ 31449

Last change on this file since 31449 was 31449, checked in by davidb, 7 years ago

Adding three project folders for Nathan Kelly's 2016/2017 summer project, experimenting with Websockets for File Transfer with GWT and Sencha GXT

File size: 719 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--Copyright 2013 Stephen Samuel
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License. -->
15<module>
16
17 <inherits name='com.google.gwt.user.User'/>
18 <source path="websockets"/>
19
20</module>
Note: See TracBrowser for help on using the repository browser.