source: other-projects/FileTransfer-WebSocketPair/GXTWebsocketClient/.classpath@ 31505

Last change on this file since 31505 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: 937 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" output="test-classes" path="test"/>
5 <classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER/GWT"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7 <classpathentry kind="lib" path="war/WEB-INF/lib/gxt.jar"/>
8 <classpathentry kind="lib" path="war/WEB-INF/lib/greenstone.jar"/>
9 <classpathentry kind="lib" path="war/WEB-INF/lib/gxt-theme-neptune.jar"/>
10 <classpathentry kind="lib" path="war/WEB-INF/lib/ActionObject.jar"/>
11 <classpathentry kind="lib" path="lib/jackson-annotations-2.7.2.jar"/>
12 <classpathentry kind="lib" path="lib/gwt-jackson-0.14.1.jar"/>
13 <classpathentry kind="lib" path="lib/javapoet-1.0.0.jar"/>
14 <classpathentry kind="lib" path="lib/jackson-annotations-2.7.2-sources.jar"/>
15 <classpathentry kind="output" path="war/WEB-INF/classes"/>
16</classpath>
Note: See TracBrowser for help on using the repository browser.