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

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

Some additions were automatically made to the .classpath and .project files by our Eclipse. Let's just commit that.

File size: 1020 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="con" path="com.gwtplugins.gwt.eclipse.core.GWT_CONTAINER"/>
16 <classpathentry kind="output" path="war/WEB-INF/classes"/>
17</classpath>
Note: See TracBrowser for help on using the repository browser.